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

Packages that use SchemaDVFactory
org.apache.xerces.impl.dv   
org.apache.xerces.impl.dv.xs   
org.apache.xerces.impl.xs.traversers   
 

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

Methods in org.apache.xerces.impl.dv that return SchemaDVFactory
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.apache.xerces.impl.dv.xs
 

Subclasses of SchemaDVFactory in org.apache.xerces.impl.dv.xs
 class BaseDVFactory
          the factory to create/return built-in schema DVs and create user-defined DVs
 class BaseSchemaDVFactory
          the base factory to create/return built-in schema DVs and create user-defined DVs
 class ExtendedSchemaDVFactoryImpl
          A special factory to create/return built-in schema DVs and create user-defined DVs that includes anyAtomicType, yearMonthDuration and dayTimeDuration
 class FullDVFactory
          the factory to create/return built-in schema DVs and create user-defined DVs
 class SchemaDVFactoryImpl
          the factory to create/return built-in schema 1.0 DVs and create user-defined DVs
 

Uses of SchemaDVFactory in org.apache.xerces.impl.xs.traversers
 

Methods in org.apache.xerces.impl.xs.traversers with parameters of type SchemaDVFactory
 void XSDHandler.setDVFactory(SchemaDVFactory dvFactory)
           
 



Copyright © 2011. All Rights Reserved.