Class XML11DTDDVFactoryImpl


  • public class XML11DTDDVFactoryImpl
    extends DTDDVFactoryImpl
    the factory to create/return built-in XML 1.1 DVs and create user-defined DVs
    Version:
    $Id$
    Author:
    Neil Graham, IBM
    • Constructor Detail

      • XML11DTDDVFactoryImpl

        public XML11DTDDVFactoryImpl()
    • Method Detail

      • getBuiltInDV

        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.
        Overrides:
        getBuiltInDV in class DTDDVFactoryImpl
        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 New XML 1.1 datatypes are inserted.
        Overrides:
        getBuiltInTypes in class DTDDVFactoryImpl
        Returns:
        a hashtable which contains all datatypes