org.apache.xerces.parsers

Class XMLDocumentParser

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,v 1.11 2005/05/04 04:23:46 mrglavas Exp $

Author: Arnaud Le Hors, IBM Andy Clark, IBM

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.

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.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.