|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.xerces.parsers.XMLParser org.apache.xerces.parsers.AbstractXMLDocumentParser org.apache.xerces.parsers.XMLDocumentParser
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.
Field Summary |
---|
Fields inherited from interface org.apache.xerces.xni.XMLDTDHandler |
---|
CONDITIONAL_IGNORE, CONDITIONAL_INCLUDE |
Fields inherited from interface org.apache.xerces.xni.XMLDTDContentModelHandler |
---|
OCCURS_ONE_OR_MORE, OCCURS_ZERO_OR_MORE, OCCURS_ZERO_OR_ONE, SEPARATOR_CHOICE, SEPARATOR_SEQUENCE |
Constructor Summary | |
---|---|
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,
XMLGrammarPool grammarPool)
Constructs a document parser using the specified symbol table and grammar pool. |
|
XMLDocumentParser(XMLParserConfiguration config)
Constructs a document parser using the specified parser configuration. |
Method Summary |
---|
Methods inherited from class org.apache.xerces.parsers.XMLParser |
---|
parse |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XMLDocumentParser()
public XMLDocumentParser(XMLParserConfiguration config)
public XMLDocumentParser(SymbolTable symbolTable)
public XMLDocumentParser(SymbolTable symbolTable, XMLGrammarPool grammarPool)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |