org.apache.xerces.impl.dv.dtd
Class DTDDVFactoryImpl
public class DTDDVFactoryImpl
the factory to create/return built-in schema DVs and create user-defined DVs
Version:
- Sandy Gao, IBM
getBuiltInDV
public DatatypeValidator getBuiltInDV(String name)
return a dtd type of the given name
- getBuiltInDV in interface DTDDVFactory
name
- the name of the datatype
- the datatype validator of the given name
getBuiltInTypes
public Hashtable getBuiltInTypes()
get all built-in DVs, which are stored in a hashtable keyed by the name
- getBuiltInTypes in interface DTDDVFactory
- a hashtable which contains all datatypes
Copyright B) 1999-2004 Apache XML Project. All Rights Reserved.