Uses of Class
org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
Packages that use XMLValidationSchemaFactory Package Description org.codehaus.stax2.osgi org.codehaus.stax2.validation -
-
Uses of XMLValidationSchemaFactory in org.codehaus.stax2.osgi
Methods in org.codehaus.stax2.osgi that return XMLValidationSchemaFactory Modifier and Type Method Description XMLValidationSchemaFactoryStax2ValidationSchemaFactoryProvider. createValidationSchemaFactory()Method called to create a newXMLValidationSchemaFactoryinstance. -
Uses of XMLValidationSchemaFactory in org.codehaus.stax2.validation
Methods in org.codehaus.stax2.validation that return XMLValidationSchemaFactory Modifier and Type Method Description static XMLValidationSchemaFactoryXMLValidationSchemaFactory. newInstance(String schemaType)Creates a new XMLValidationFactory instance, using the default instance configuration mechanism.static XMLValidationSchemaFactoryXMLValidationSchemaFactory. newInstance(String schemaType, ClassLoader classLoader)
-