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 SchemaDVFactorySchemaDVFactory. getInstance()Get a default instance of SchemaDVFactory implementation.static SchemaDVFactorySchemaDVFactory. 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 classBaseDVFactorythe factory to create/return built-in schema DVs and create user-defined DVsclassBaseSchemaDVFactorythe base factory to create/return built-in schema DVs and create user-defined DVsclassExtendedSchemaDVFactoryImplA special factory to create/return built-in schema DVs and create user-defined DVs that includes anyAtomicType, yearMonthDuration and dayTimeDurationclassFullDVFactorythe factory to create/return built-in schema DVs and create user-defined DVsclassSchemaDVFactoryImplthe 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 voidXSDHandler. setDVFactory(SchemaDVFactory dvFactory)
-