public class XMLDocumentParser extends AbstractXMLDocumentParser
fDocumentSource, fDTDContentModelSource, fDTDSource, fInDTD
ENTITY_RESOLVER, ERROR_HANDLER, fConfiguration
Constructor and 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-2022 The Apache Software Foundation. All Rights Reserved.