org.apache.xerces.impl.dv.dtd

Class DTDDVFactoryImpl

Known Direct Subclasses:
XML11DTDDVFactoryImpl

public class DTDDVFactoryImpl
extends DTDDVFactory

the factory to create/return built-in schema DVs and create user-defined DVs
Version:
$Id: DTDDVFactoryImpl.java 320097 2004-10-06 14:56:52Z mrglavas $
Author:
Sandy Gao, IBM

Method Summary

DatatypeValidator
getBuiltInDV(String name)
return a dtd type of the given name
Hashtable
getBuiltInTypes()
get all built-in DVs, which are stored in a hashtable keyed by the name

Methods inherited from class org.apache.xerces.impl.dv.DTDDVFactory

getBuiltInDV, getBuiltInTypes, getInstance, getInstance

Method Details

getBuiltInDV

public DatatypeValidator getBuiltInDV(String name)
return a dtd type of the given name
Overrides:
getBuiltInDV in interface DTDDVFactory
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
Overrides:
getBuiltInTypes in interface DTDDVFactory
Returns:
a hashtable which contains all datatypes

Copyright B) 1999-2006 The Apache Software Foundation. All Rights Reserved.