|
|||||||||
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.AbstractSAXParser | +--org.apache.xerces.parsers.SAXParser
This is the main Xerces SAX parser class. It uses the abstract SAX parser with a document scanner, a dtd scanner, and a validator, as well as a grammar pool.
Inner classes inherited from class org.apache.xerces.parsers.AbstractSAXParser |
AbstractSAXParser.AttributesProxy,
AbstractSAXParser.LocatorProxy |
Fields inherited from class org.apache.xerces.parsers.AbstractSAXParser |
fContentHandler,
fDeclHandler,
fDocumentHandler,
fDTDHandler,
fLexicalHandler,
fNamespacePrefixes,
fNamespaces,
fParseInProgress,
fQName,
NAMESPACE_PREFIXES,
NAMESPACES,
SYMBOL_TABLE |
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 | |
SAXParser()
Constructs a SAX parser using the dtd/xml schema parser configuration. |
|
SAXParser(SymbolTable symbolTable)
Constructs a SAX parser using the specified symbol table. |
|
SAXParser(SymbolTable symbolTable,
GrammarPool grammarPool)
Constructs a SAX parser using the specified symbol table and grammar pool. |
|
SAXParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
Constructs a SAX parser using the specified parser configuration. |
Methods inherited from class org.apache.xerces.parsers.AbstractXMLDocumentParser |
any,
characters,
element,
empty,
emptyElement,
endAttlist,
endConditional,
endContentModel,
endGroup,
occurrence,
pcdata,
separator,
startAttlist,
startConditional,
startContentModel,
startDTD,
startGroup,
textDecl,
textDecl,
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 SAXParser()
public SAXParser(org.apache.xerces.xni.parser.XMLParserConfiguration config)
public SAXParser(SymbolTable symbolTable)
public SAXParser(SymbolTable symbolTable, GrammarPool grammarPool)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |