public class XML11DTDDVFactoryImpl extends DTDDVFactoryImpl
Constructor and Description |
---|
XML11DTDDVFactoryImpl() |
Modifier and Type | Method and Description |
---|---|
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.
|
getInstance, getInstance
public DatatypeValidator getBuiltInDV(String name)
getBuiltInDV
in class DTDDVFactoryImpl
name
- the name of the datatypepublic Hashtable getBuiltInTypes()
getBuiltInTypes
in class DTDDVFactoryImpl
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.