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 XMLValidationSchemaFactory
Stax2ValidationSchemaFactoryProvider. createValidationSchemaFactory()
Method called to create a newXMLValidationSchemaFactory
instance. -
Uses of XMLValidationSchemaFactory in org.codehaus.stax2.validation
Methods in org.codehaus.stax2.validation that return XMLValidationSchemaFactory Modifier and Type Method Description static XMLValidationSchemaFactory
XMLValidationSchemaFactory. newInstance(java.lang.String schemaType)
Creates a new XMLValidationFactory instance, using the default instance configuration mechanism.static XMLValidationSchemaFactory
XMLValidationSchemaFactory. newInstance(java.lang.String schemaType, java.lang.ClassLoader classLoader)
-