org.apache.xerces.parsers
Class XMLDocumentParser
- org.apache.xerces.xni.XMLDocumentHandler, org.apache.xerces.xni.XMLDTDContentModelHandler, org.apache.xerces.xni.XMLDTDHandler
public class XMLDocumentParser
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.
$Id: XMLDocumentParser.java,v 1.11 2005/05/04 04:23:46 mrglavas Exp $- Arnaud Le Hors, IBM
- Andy Clark, IBM
XMLDocumentParser() - Constructs a document parser using the default basic parser
configuration.
|
XMLDocumentParser(SymbolTable symbolTable) - Constructs a document parser using the specified symbol table.
|
XMLDocumentParser(SymbolTable symbolTable, org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool) - Constructs a document parser using the specified symbol table and
grammar pool.
|
XMLDocumentParser(org.apache.xerces.xni.parser.XMLParserConfiguration config) - Constructs a document parser using the specified parser configuration.
|
any , attributeDecl , characters , comment , doctypeDecl , element , elementDecl , empty , emptyElement , endAttlist , endCDATA , endConditional , endContentModel , endDTD , endDocument , endElement , endExternalSubset , endGeneralEntity , endGroup , endParameterEntity , externalEntityDecl , getDTDContentModelSource , getDTDSource , getDocumentSource , ignorableWhitespace , ignoredCharacters , internalEntityDecl , notationDecl , occurrence , pcdata , processingInstruction , reset , separator , setDTDContentModelSource , setDTDSource , setDocumentSource , startAttlist , startCDATA , startConditional , startContentModel , startDTD , startDocument , startElement , startExternalSubset , startGeneralEntity , startGroup , startParameterEntity , textDecl , unparsedEntityDecl , xmlDecl |
XMLDocumentParser
public XMLDocumentParser()
Constructs a document parser using the default basic 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.
XMLDocumentParser
public XMLDocumentParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
Constructs a document parser using the specified parser configuration.
Copyright B) 1999-2005 Apache XML Project. All Rights Reserved.