public class

DTDDVFactoryImpl

extends DTDDVFactory
java.lang.Object
   ↳ org.apache.xerces.impl.dv.DTDDVFactory
     ↳ org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
Known Direct Subclasses

Class Overview

the factory to create/return built-in schema DVs and create user-defined DVs

Summary

Public Constructors
DTDDVFactoryImpl()
Public Methods
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
[Expand]
Inherited Methods
From class org.apache.xerces.impl.dv.DTDDVFactory
From class java.lang.Object

Public Constructors

public DTDDVFactoryImpl ()

Public Methods

public DatatypeValidator getBuiltInDV (String name)

return a dtd type of the given name

Parameters
name the name of the datatype
Returns
  • the datatype validator of the given name

public Hashtable getBuiltInTypes ()

get all built-in DVs, which are stored in a hashtable keyed by the name

Returns
  • a hashtable which contains all datatypes