org.apache.xerces.parsers
public class XMLDocumentParser extends AbstractXMLDocumentParser
Version: $Id: XMLDocumentParser.java,v 1.11 2005/05/04 04:23:46 mrglavas Exp $
Constructor Summary | |
---|---|
XMLDocumentParser()
Constructs a document parser using the default basic parser
configuration. | |
XMLDocumentParser(XMLParserConfiguration config)
Constructs a document parser using the specified parser configuration. | |
XMLDocumentParser(SymbolTable symbolTable)
Constructs a document parser using the specified symbol table. | |
XMLDocumentParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
Constructs a document parser using the specified symbol table and
grammar pool. |