org.apache.xerces.impl.dv.dtd
public class XML11DTDDVFactoryImpl extends DTDDVFactoryImpl
Version: $Id: XML11DTDDVFactoryImpl.java,v 1.4 2004/10/06 14:56:51 mrglavas Exp $
UNKNOWN:
Method Summary | |
---|---|
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.
|
Parameters: name the name of the datatype
Returns: the datatype validator of the given name
Returns: a hashtable which contains all datatypes