Class TypeProcessorFactory
java.lang.Object
org.eclipse.lemminx.customservice.synapse.schemagen.xsd.TypeProcessorFactory
The TypeProcessorFactory class provides a method to obtain the appropriate TypeProcessor
based on the type of the XML Schema element declaration.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TypeProcessorgetTypeProcessor(org.apache.xerces.xs.XSElementDeclaration element) Returns the appropriate TypeProcessor for the given XML Schema element declaration.
-
Constructor Details
-
TypeProcessorFactory
public TypeProcessorFactory()
-
-
Method Details
-
getTypeProcessor
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
-