|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | 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
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.
Fields inherited from class org.apache.xerces.parsers.AbstractXMLDocumentParser |
fInDTD |
Fields inherited from class org.apache.xerces.parsers.XMLParser |
ENTITY_RESOLVER,
ERROR_HANDLER,
fConfiguration |
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,
GrammarPool 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. |
Methods inherited from class org.apache.xerces.parsers.AbstractXMLDocumentParser |
any,
attributeDecl,
characters,
characters,
comment,
comment,
doctypeDecl,
element,
elementDecl,
empty,
emptyElement,
endAttlist,
endCDATA,
endConditional,
endContentModel,
endDocument,
endDTD,
endElement,
endEntity,
endEntity,
endGroup,
endPrefixMapping,
externalEntityDecl,
ignorableWhitespace,
internalEntityDecl,
notationDecl,
occurrence,
pcdata,
processingInstruction,
processingInstruction,
reset,
separator,
startAttlist,
startCDATA,
startConditional,
startContentModel,
startDocument,
startDTD,
startElement,
startEntity,
startEntity,
startGroup,
startPrefixMapping,
textDecl,
textDecl,
unparsedEntityDecl,
xmlDecl |
Methods inherited from class org.apache.xerces.parsers.XMLParser |
parse |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public XMLDocumentParser()
public XMLDocumentParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
public XMLDocumentParser(SymbolTable symbolTable)
public XMLDocumentParser(SymbolTable symbolTable, GrammarPool grammarPool)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |