org.apache.xerces.xni.XMLDocumentHandler
, org.apache.xerces.xni.XMLDTDContentModelHandler
, org.apache.xerces.xni.XMLDTDHandler
public class XMLDocumentParser extends AbstractXMLDocumentParser
fDocumentSource, fDTDContentModelSource, fDTDSource, fInDTD
OCCURS_ONE_OR_MORE, OCCURS_ZERO_OR_MORE, OCCURS_ZERO_OR_ONE, SEPARATOR_CHOICE, SEPARATOR_SEQUENCE
CONDITIONAL_IGNORE, CONDITIONAL_INCLUDE
ENTITY_RESOLVER, ERROR_HANDLER, fConfiguration
Constructor | Description |
---|---|
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, endDocument, endDTD, endElement, endExternalSubset, endGeneralEntity, endGroup, endParameterEntity, externalEntityDecl, getDocumentSource, getDTDContentModelSource, getDTDSource, ignorableWhitespace, ignoredCharacters, internalEntityDecl, notationDecl, occurrence, pcdata, processingInstruction, reset, separator, setDocumentSource, setDTDContentModelSource, setDTDSource, startAttlist, startCDATA, startConditional, startContentModel, startDocument, startDTD, startElement, startExternalSubset, startGeneralEntity, startGroup, startParameterEntity, textDecl, unparsedEntityDecl, xmlDecl
public XMLDocumentParser()
public XMLDocumentParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
public XMLDocumentParser(SymbolTable symbolTable)
public XMLDocumentParser(SymbolTable symbolTable, org.apache.xerces.xni.grammars.XMLGrammarPool grammarPool)
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.