|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.impl.dv.DTDDVFactory org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
public class XML11DTDDVFactoryImpl
the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
Constructor Summary | |
---|---|
XML11DTDDVFactoryImpl()
|
Method Summary | |
---|---|
DatatypeValidator |
getBuiltInDV(java.lang.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. |
java.util.Hashtable |
getBuiltInTypes()
get all built-in DVs, which are stored in a hashtable keyed by the name New XML 1.1 datatypes are inserted. |
Methods inherited from class org.apache.xerces.impl.dv.DTDDVFactory |
---|
getInstance, getInstance |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XML11DTDDVFactoryImpl()
Method Detail |
---|
public DatatypeValidator getBuiltInDV(java.lang.String name)
getBuiltInDV
in class DTDDVFactoryImpl
name
- the name of the datatype
public java.util.Hashtable getBuiltInTypes()
getBuiltInTypes
in class DTDDVFactoryImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |