Package org.apache.xerces.impl.dv.dtd
Class XML11DTDDVFactoryImpl
java.lang.Object
org.apache.xerces.impl.dv.DTDDVFactory
org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl
the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
INTERNAL:
- Usage of this class is not supported. It may be altered or removed at any time.
- Version:
- $Id: XML11DTDDVFactoryImpl.java 704573 2008-10-14 16:11:22Z mrglavas $
- Author:
- Neil Graham, IBM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBuiltInDV
(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.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
-
Constructor Details
-
XML11DTDDVFactoryImpl
public XML11DTDDVFactoryImpl()
-
-
Method Details
-
getBuiltInDV
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.- Overrides:
getBuiltInDV
in classDTDDVFactoryImpl
- Parameters:
name
- the name of the datatype- Returns:
- the datatype validator of the given name
-
getBuiltInTypes
get all built-in DVs, which are stored in a hashtable keyed by the name New XML 1.1 datatypes are inserted.- Overrides:
getBuiltInTypes
in classDTDDVFactoryImpl
- Returns:
- a hashtable which contains all datatypes
-