public class

XML11DTDDVFactoryImpl

extends DTDDVFactoryImpl
java.lang.Object
   ↳ org.apache.xerces.impl.dv.DTDDVFactory
     ↳ org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
       ↳ org.apache.xerces.impl.dv.dtd.XML11DTDDVFactoryImpl

Class Overview

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

Summary

Public Constructors
XML11DTDDVFactoryImpl()
Public Methods
DatatypeValidator getBuiltInDV(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.
Hashtable getBuiltInTypes()
get all built-in DVs, which are stored in a hashtable keyed by the name New XML 1.1 datatypes are inserted.
[Expand]
Inherited Methods
From class org.apache.xerces.impl.dv.dtd.DTDDVFactoryImpl
From class org.apache.xerces.impl.dv.DTDDVFactory
From class java.lang.Object

Public Constructors

public XML11DTDDVFactoryImpl ()

Public Methods

public DatatypeValidator getBuiltInDV (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.

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 New XML 1.1 datatypes are inserted.

Returns
  • a hashtable which contains all datatypes