Class XMLDocumentParser

  • All Implemented Interfaces:
    org.apache.xerces.xni.XMLDocumentHandler, org.apache.xerces.xni.XMLDTDContentModelHandler, org.apache.xerces.xni.XMLDTDHandler

    public class XMLDocumentParser
    extends AbstractXMLDocumentParser
    This is a concrete vanilla XML parser class. It uses the abstract parser with either a BasicConfiguration object or the one specified by the application.
    Version:
    $Id: XMLDocumentParser.java 447239 2006-09-18 05:08:26Z mrglavas $
    Author:
    Arnaud Le Hors, IBM, Andy Clark, IBM
    • Constructor Detail

      • XMLDocumentParser

        public XMLDocumentParser()
        Constructs a document parser using the default basic parser configuration.
      • XMLDocumentParser

        public XMLDocumentParser​(org.apache.xerces.xni.parser.XMLParserConfiguration config)
        Constructs a document parser using the specified parser configuration.
      • XMLDocumentParser

        public XMLDocumentParser​(SymbolTable symbolTable)
        Constructs a document parser using the specified symbol table.
      • XMLDocumentParser

        public XMLDocumentParser​(SymbolTable symbolTable,
                                 org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool)
        Constructs a document parser using the specified symbol table and grammar pool.