|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.xerces.impl.dv.DTDDVFactory | +--org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
the factory to create/return built-in schema DVs and create user-defined DVs
Constructor Summary | |
DTDDVFactoryImpl()
|
Method Summary | |
DatatypeValidator |
getBuiltInDV(java.lang.String name)
return a dtd type of the given name |
java.util.Hashtable |
getBuiltInTypes()
get all built-in DVs, which are stored in a hashtable keyed by the name |
Methods inherited from class org.apache.xerces.impl.dv.DTDDVFactory |
getInstance, getInstance |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DTDDVFactoryImpl()
Method Detail |
public DatatypeValidator getBuiltInDV(java.lang.String name)
getBuiltInDV
in class DTDDVFactory
name
- the name of the datatypepublic java.util.Hashtable getBuiltInTypes()
getBuiltInTypes
in class DTDDVFactory
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |