Uses of Class
org.codehaus.stax2.validation.XMLValidationSchemaFactory
-
Packages that use XMLValidationSchemaFactory Package Description com.ctc.wstx.dtd Package that contains Woodstox classes that implement DTD handling.org.codehaus.stax2.validation -
-
Uses of XMLValidationSchemaFactory in com.ctc.wstx.dtd
Subclasses of XMLValidationSchemaFactory in com.ctc.wstx.dtd Modifier and Type Class Description classDTDSchemaFactoryFactory for creating DTD validator schema objects (shareable stateless "blueprints" for creating actual validators). -
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)
-