Uses of Class
org.apache.xerces.impl.dv.DTDDVFactory

Packages that use DTDDVFactory
org.apache.xerces.dom   
org.apache.xerces.impl.dtd   
org.apache.xerces.impl.dv   
org.apache.xerces.impl.dv.dtd   
org.apache.xerces.impl.xs.opti   
org.apache.xerces.parsers   
 

Uses of DTDDVFactory in org.apache.xerces.dom
 

Fields in org.apache.xerces.dom declared as DTDDVFactory
protected  DTDDVFactory DOMConfigurationImpl.fCurrentDVFactory
          Current Datatype validator factory.
protected  DTDDVFactory DOMConfigurationImpl.fDatatypeValidatorFactory
          The XML 1.0 Datatype validator factory.
protected  DTDDVFactory DOMConfigurationImpl.fXML11DatatypeFactory
          The XML 1.1 Datatype validator factory.
 

Uses of DTDDVFactory in org.apache.xerces.impl.dtd
 

Fields in org.apache.xerces.impl.dtd declared as DTDDVFactory
protected  DTDDVFactory XMLDTDValidator.fDatatypeValidatorFactory
          Datatype validator factory.
 

Uses of DTDDVFactory in org.apache.xerces.impl.dv
 

Methods in org.apache.xerces.impl.dv that return DTDDVFactory
static DTDDVFactory DTDDVFactory.getInstance()
          Get an instance of the default DTDDVFactory implementation.
static DTDDVFactory DTDDVFactory.getInstance(String factoryClass)
          Get an instance of DTDDVFactory implementation.
 

Uses of DTDDVFactory in org.apache.xerces.impl.dv.dtd
 

Subclasses of DTDDVFactory in org.apache.xerces.impl.dv.dtd
 class DTDDVFactoryImpl
          the factory to create/return built-in schema DVs and create user-defined DVs
 class XML11DTDDVFactoryImpl
          the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
 

Uses of DTDDVFactory in org.apache.xerces.impl.xs.opti
 

Fields in org.apache.xerces.impl.xs.opti declared as DTDDVFactory
protected  DTDDVFactory SchemaParsingConfig.fCurrentDVFactory
          Current Datatype validator factory.
protected  DTDDVFactory SchemaParsingConfig.fDatatypeValidatorFactory
          The XML 1.0 Datatype validator factory.
protected  DTDDVFactory SchemaParsingConfig.fXML11DatatypeFactory
          The XML 1.1 Datatype validator factory.
 

Uses of DTDDVFactory in org.apache.xerces.parsers
 

Fields in org.apache.xerces.parsers declared as DTDDVFactory
protected  DTDDVFactory XML11NonValidatingConfiguration.fCurrentDVFactory
          Current Datatype validator factory.
protected  DTDDVFactory XML11DTDConfiguration.fCurrentDVFactory
          Current Datatype validator factory.
protected  DTDDVFactory XML11Configuration.fCurrentDVFactory
          Current Datatype validator factory.
protected  DTDDVFactory XMLGrammarParser.fDatatypeValidatorFactory
          fDatatypeValidatorFactory
protected  DTDDVFactory XML11NonValidatingConfiguration.fDatatypeValidatorFactory
          The XML 1.0 Datatype validator factory.
protected  DTDDVFactory XML11DTDConfiguration.fDatatypeValidatorFactory
          The XML 1.0 Datatype validator factory.
protected  DTDDVFactory XML11Configuration.fDatatypeValidatorFactory
          The XML 1.0 Datatype validator factory.
protected  DTDDVFactory NonValidatingConfiguration.fDatatypeValidatorFactory
          Datatype validator factory.
protected  DTDDVFactory DTDConfiguration.fDatatypeValidatorFactory
          Datatype validator factory.
protected  DTDDVFactory XML11NonValidatingConfiguration.fXML11DatatypeFactory
          The XML 1.1 datatype factory.
protected  DTDDVFactory XML11DTDConfiguration.fXML11DatatypeFactory
          The XML 1.1 datatype factory.
protected  DTDDVFactory XML11Configuration.fXML11DatatypeFactory
          The XML 1.1 datatype factory.
 

Methods in org.apache.xerces.parsers that return DTDDVFactory
protected  DTDDVFactory NonValidatingConfiguration.createDatatypeValidatorFactory()
          Create a datatype validator factory.
protected  DTDDVFactory DTDConfiguration.createDatatypeValidatorFactory()
          Create a datatype validator factory.
 



Copyright © 2011. All Rights Reserved.