Class XMLTokenFactory

  • All Implemented Interfaces:
    IXMLUtilsConstants

    public class XMLTokenFactory
    extends Object
    implements IXMLUtilsConstants
    A token factory is responsible for the creation of the associated token handlers or Token objects given string fragments as parsed from the XML document source. This factory is used by the parser to generate the tokens when strings matching the syntactic rules of XML are identified during the first parsing or scanning phase. The token factory is also responsible for assigning unique identification index numbers to tokens that is used by the parser and later by the document itself in order to create new elements for addition as necessary.
    • Constructor Detail

      • XMLTokenFactory

        public XMLTokenFactory()