Uses of Class
org.codehaus.stax2.validation.XMLValidationSchemaFactory

Packages that use XMLValidationSchemaFactory
com.ctc.wstx.dtd   
com.ctc.wstx.msv   
com.ctc.wstx.osgi   
org.codehaus.stax2.osgi   
org.codehaus.stax2.validation   
 

Uses of XMLValidationSchemaFactory in com.ctc.wstx.dtd
 

Subclasses of XMLValidationSchemaFactory in com.ctc.wstx.dtd
 class DTDSchemaFactory
          Factory for creating DTD validator schema objects (shareable stateless "blueprints" for creating actual validators).
 

Uses of XMLValidationSchemaFactory in com.ctc.wstx.msv
 

Subclasses of XMLValidationSchemaFactory in com.ctc.wstx.msv
 class BaseSchemaFactory
          Shared base class extended by concrete schema factory implementations.
 class RelaxNGSchemaFactory
          This is a StAX2 schema factory that can parse and create schema instances for creating validators that validate documents to check their validity against specific Relax NG specifications.
 class W3CSchemaFactory
          This is a StAX2 schema factory that can parse and create schema instances for creating validators that validate documents to check their validity against specific W3C Schema instances.
 

Uses of XMLValidationSchemaFactory in com.ctc.wstx.osgi
 

Methods in com.ctc.wstx.osgi that return XMLValidationSchemaFactory
abstract  XMLValidationSchemaFactory ValidationSchemaFactoryProviderImpl.createValidationSchemaFactory()
           
 

Uses of XMLValidationSchemaFactory in org.codehaus.stax2.osgi
 

Methods in org.codehaus.stax2.osgi that return XMLValidationSchemaFactory
 XMLValidationSchemaFactory Stax2ValidationSchemaFactoryProvider.createValidationSchemaFactory()
          Method called to create a new XMLValidationSchemaFactory instance.
 

Uses of XMLValidationSchemaFactory in org.codehaus.stax2.validation
 

Methods in org.codehaus.stax2.validation that return XMLValidationSchemaFactory
static XMLValidationSchemaFactory XMLValidationSchemaFactory.newInstance(String schemaType)
          Creates a new XMLValidationFactory instance, using the default instance configuration mechanism.
static XMLValidationSchemaFactory XMLValidationSchemaFactory.newInstance(String schemaType, ClassLoader classLoader)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.