Uses of Class
org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.SchemaDVFactory
-
-
Uses of SchemaDVFactory 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 SchemaDVFactory Modifier and Type Method Description static SchemaDVFactory
SchemaDVFactory. getInstance()
Get a default instance of SchemaDVFactory implementation.static SchemaDVFactory
SchemaDVFactory. getInstance(String factoryClass)
Get an instance of SchemaDVFactory implementation. -
Uses of SchemaDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs
Subclasses of SchemaDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.xs Modifier and Type Class Description class
BaseDVFactory
the factory to create/return built-in schema DVs and create user-defined DVsclass
BaseSchemaDVFactory
the base factory to create/return built-in schema DVs and create user-defined DVsclass
ExtendedSchemaDVFactoryImpl
A special factory to create/return built-in schema DVs and create user-defined DVs that includes anyAtomicType, yearMonthDuration and dayTimeDurationclass
FullDVFactory
the factory to create/return built-in schema DVs and create user-defined DVsclass
SchemaDVFactoryImpl
the factory to create/return built-in schema 1.0 DVs and create user-defined DVs -
Uses of SchemaDVFactory in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers
Methods in org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.xs.traversers with parameters of type SchemaDVFactory Modifier and Type Method Description void
XSDHandler. setDVFactory(SchemaDVFactory dvFactory)
-