Class DTDDVFactoryImpl
- java.lang.Object
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.DTDDVFactory
-
- org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
-
- Direct Known Subclasses:
XML11DTDDVFactoryImpl
public class DTDDVFactoryImpl extends DTDDVFactory
the factory to create/return built-in schema DVs and create user-defined DVs- Version:
- $Id$
- Author:
- Sandy Gao, IBM
-
-
Constructor Summary
Constructors Constructor Description DTDDVFactoryImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DatatypeValidator
getBuiltInDV(String name)
return a dtd type of the given nameHashtable
getBuiltInTypes()
get all built-in DVs, which are stored in a hashtable keyed by the name-
Methods inherited from class org.smooks.engine.delivery.sax.ng.org.apache.xerces.impl.dv.DTDDVFactory
getInstance, getInstance
-
-
-
-
Method Detail
-
getBuiltInDV
public DatatypeValidator getBuiltInDV(String name)
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
public Hashtable 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
-
-