public class XML11DTDDVFactoryImpl extends DTDDVFactoryImpl
Constructor | Description |
---|---|
XML11DTDDVFactoryImpl() |
Modifier and Type | Method | Description |
---|---|---|
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.
|
getInstance, getInstance
public DatatypeValidator getBuiltInDV(java.lang.String name)
getBuiltInDV
in class DTDDVFactoryImpl
name
- the name of the datatypepublic java.util.Hashtable getBuiltInTypes()
getBuiltInTypes
in class DTDDVFactoryImpl
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.