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 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.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 DTDDVFactory
XMLDTDValidator. fDatatypeValidatorFactory
Datatype 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 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.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 class
DTDDVFactoryImpl
the factory to create/return built-in schema DVs and create user-defined DVsclass
XML11DTDDVFactoryImpl
the 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 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.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 DTDDVFactory
XML11Configuration. fCurrentDVFactory
Current Datatype validator factory.protected DTDDVFactory
XML11DTDConfiguration. fCurrentDVFactory
Current Datatype validator factory.protected DTDDVFactory
XML11NonValidatingConfiguration. fCurrentDVFactory
Current Datatype validator factory.protected DTDDVFactory
DTDConfiguration. fDatatypeValidatorFactory
Datatype validator factory.protected DTDDVFactory
NonValidatingConfiguration. fDatatypeValidatorFactory
Datatype validator factory.protected DTDDVFactory
XML11Configuration. fDatatypeValidatorFactory
The XML 1.0 Datatype validator factory.protected DTDDVFactory
XML11DTDConfiguration. fDatatypeValidatorFactory
The XML 1.0 Datatype validator factory.protected DTDDVFactory
XML11NonValidatingConfiguration. fDatatypeValidatorFactory
The XML 1.0 Datatype validator factory.protected DTDDVFactory
XMLGrammarParser. fDatatypeValidatorFactory
fDatatypeValidatorFactoryprotected DTDDVFactory
XML11Configuration. fXML11DatatypeFactory
The XML 1.1 datatype factory.protected DTDDVFactory
XML11DTDConfiguration. fXML11DatatypeFactory
The XML 1.1 datatype factory.protected DTDDVFactory
XML11NonValidatingConfiguration. fXML11DatatypeFactory
The 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 DTDDVFactory
DTDConfiguration. createDatatypeValidatorFactory()
Create a datatype validator factory.protected DTDDVFactory
NonValidatingConfiguration. createDatatypeValidatorFactory()
Create a datatype validator factory.
-