Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.DTDDVFactory
-
-
Uses of DTDDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.dom declared as DTDDVFactory Modifier and Type Field Description protected DTDDVFactoryDOMConfigurationImpl. fCurrentDVFactoryCurrent Datatype validator factory.protected DTDDVFactoryDOMConfigurationImpl. fDatatypeValidatorFactoryThe XML 1.0 Datatype validator factory.protected DTDDVFactoryDOMConfigurationImpl. fXML11DatatypeFactoryThe XML 1.1 Datatype validator factory. -
Uses of DTDDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dtd declared as DTDDVFactory Modifier and Type Field Description protected DTDDVFactoryXMLDTDValidator. fDatatypeValidatorFactoryDatatype validator factory. -
Uses of DTDDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv that return DTDDVFactory Modifier and Type Method Description static DTDDVFactoryDTDDVFactory. getInstance()Get an instance of the default DTDDVFactory implementation.static DTDDVFactoryDTDDVFactory. getInstance(String factoryClass)Get an instance of DTDDVFactory implementation. -
Uses of DTDDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.dtd
Subclasses of DTDDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.dtd Modifier and Type Class Description classDTDDVFactoryImplthe factory to create/return built-in schema DVs and create user-defined DVsclassXML11DTDDVFactoryImplthe factory to create/return built-in XML 1.1 DVs and create user-defined DVs -
Uses of DTDDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.opti declared as DTDDVFactory Modifier and Type Field Description protected DTDDVFactorySchemaParsingConfig. fCurrentDVFactoryCurrent Datatype validator factory.protected DTDDVFactorySchemaParsingConfig. fDatatypeValidatorFactoryThe XML 1.0 Datatype validator factory.protected DTDDVFactorySchemaParsingConfig. fXML11DatatypeFactoryThe XML 1.1 Datatype validator factory. -
Uses of DTDDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers
Fields in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers declared as DTDDVFactory Modifier and Type Field Description protected DTDDVFactoryXML11Configuration. fCurrentDVFactoryCurrent Datatype validator factory.protected DTDDVFactoryXML11DTDConfiguration. fCurrentDVFactoryCurrent Datatype validator factory.protected DTDDVFactoryXML11NonValidatingConfiguration. fCurrentDVFactoryCurrent Datatype validator factory.protected DTDDVFactoryDTDConfiguration. fDatatypeValidatorFactoryDatatype validator factory.protected DTDDVFactoryNonValidatingConfiguration. fDatatypeValidatorFactoryDatatype validator factory.protected DTDDVFactoryXML11Configuration. fDatatypeValidatorFactoryThe XML 1.0 Datatype validator factory.protected DTDDVFactoryXML11DTDConfiguration. fDatatypeValidatorFactoryThe XML 1.0 Datatype validator factory.protected DTDDVFactoryXML11NonValidatingConfiguration. fDatatypeValidatorFactoryThe XML 1.0 Datatype validator factory.protected DTDDVFactoryXMLGrammarParser. fDatatypeValidatorFactoryfDatatypeValidatorFactoryprotected DTDDVFactoryXML11Configuration. fXML11DatatypeFactoryThe XML 1.1 datatype factory.protected DTDDVFactoryXML11DTDConfiguration. fXML11DatatypeFactoryThe XML 1.1 datatype factory.protected DTDDVFactoryXML11NonValidatingConfiguration. fXML11DatatypeFactoryThe XML 1.1 datatype factory.Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.parsers that return DTDDVFactory Modifier and Type Method Description protected DTDDVFactoryDTDConfiguration. createDatatypeValidatorFactory()Create a datatype validator factory.protected DTDDVFactoryNonValidatingConfiguration. createDatatypeValidatorFactory()Create a datatype validator factory.
-