org.apache.xerces.impl.dv.dtd
Class XML11DTDDVFactoryImpl
public class XML11DTDDVFactoryImpl
the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
$Id: XML11DTDDVFactoryImpl.java 320097 2004-10-06 14:56:52Z mrglavas $ DatatypeValidator | getBuiltInDV(String name) - return a dtd type of the given name
This will call the super class if and only if it does not
recognize the passed-in name.
|
Hashtable | getBuiltInTypes() - get all built-in DVs, which are stored in a hashtable keyed by the name
New XML 1.1 datatypes are inserted.
|
getBuiltInDV
public DatatypeValidator getBuiltInDV(String name)
return a dtd type of the given name
This will call the super class if and only if it does not
recognize the passed-in name.
- getBuiltInDV in interface DTDDVFactoryImpl
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
New XML 1.1 datatypes are inserted.
- getBuiltInTypes in interface DTDDVFactoryImpl
- a hashtable which contains all datatypes
Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.