Class TypeProcessorFactory

java.lang.Object
org.eclipse.lemminx.customservice.synapse.schemagen.xsd.TypeProcessorFactory

public class TypeProcessorFactory extends Object
The TypeProcessorFactory class provides a method to obtain the appropriate TypeProcessor based on the type of the XML Schema element declaration.
  • Constructor Details

    • TypeProcessorFactory

      public TypeProcessorFactory()
  • Method Details

    • getTypeProcessor

      public static TypeProcessor getTypeProcessor(org.apache.xerces.xs.XSElementDeclaration element)
      Returns the appropriate TypeProcessor for the given XML Schema element declaration.
      Parameters:
      element - the XML Schema element declaration
      Returns:
      the TypeProcessor for the given element