public class XML11DTDDVFactoryImpl extends DTDDVFactoryImpl
Constructor and Description |
---|
XML11DTDDVFactoryImpl() |
Modifier and Type | Method and 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-2022 The Apache Software Foundation. All Rights Reserved.