Package org.apache.xerces.impl.dv.dtd
Class DTDDVFactoryImpl
java.lang.Object
org.apache.xerces.impl.dv.DTDDVFactory
org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
- Direct Known Subclasses:
XML11DTDDVFactoryImpl
the factory to create/return built-in schema 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: DTDDVFactoryImpl.java 699892 2008-09-28 21:08:27Z mrglavas $
- Author:
- Sandy Gao, IBM
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBuiltInDV
(String name) return a dtd type of the given nameget all built-in DVs, which are stored in a hashtable keyed by the nameMethods inherited from class org.apache.xerces.impl.dv.DTDDVFactory
getInstance, getInstance
-
Constructor Details
-
DTDDVFactoryImpl
public DTDDVFactoryImpl()
-
-
Method Details
-
getBuiltInDV
return a dtd type of the given name- Specified by:
getBuiltInDV
in classDTDDVFactory
- 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- Specified by:
getBuiltInTypes
in classDTDDVFactory
- Returns:
- a hashtable which contains all datatypes
-