Class SAXParser

    • Constructor Detail

      • SAXParser

        public SAXParser​(XMLParserConfiguration config)
        Constructs a SAX parser using the specified parser configuration.
      • SAXParser

        public SAXParser()
        Constructs a SAX parser using the dtd/xml schema parser configuration.
      • SAXParser

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

        public SAXParser​(SymbolTable symbolTable,
                         XMLGrammarPool grammarPool)
        Constructs a SAX parser using the specified symbol table and grammar pool.