Class XMLDocumentParser

    • Constructor Detail

      • XMLDocumentParser

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

        public XMLDocumentParser​(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,
                                 XMLGrammarPool grammarPool)
        Constructs a document parser using the specified symbol table and grammar pool.