public class

SAXParser

extends AbstractSAXParser
java.lang.Object
   ↳ org.apache.xerces.parsers.XMLParser
     ↳ org.apache.xerces.parsers.AbstractXMLDocumentParser
       ↳ org.apache.xerces.parsers.AbstractSAXParser
         ↳ org.apache.xerces.parsers.SAXParser
Known Direct Subclasses

Class Overview

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.

Summary

Constants
String NOTIFY_BUILTIN_REFS Feature identifier: notify built-in refereces.
String SYMBOL_TABLE Property identifier: symbol table.
String XMLGRAMMAR_POOL Property identifier: XML grammar pool.
[Expand]
Inherited Constants
From class org.apache.xerces.parsers.AbstractSAXParser
From class org.apache.xerces.parsers.XMLParser
From interface org.apache.xerces.xni.XMLDTDContentModelHandler
From interface org.apache.xerces.xni.XMLDTDHandler
[Expand]
Inherited Fields
From class org.apache.xerces.parsers.AbstractSAXParser
From class org.apache.xerces.parsers.AbstractXMLDocumentParser
From class org.apache.xerces.parsers.XMLParser
Public Constructors
SAXParser(XMLParserConfiguration config)
Constructs a SAX parser using the specified parser configuration.
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, XMLGrammarPool grammarPool)
Constructs a SAX parser using the specified symbol table and grammar pool.
[Expand]
Inherited Methods
From class org.apache.xerces.parsers.AbstractSAXParser
From class org.apache.xerces.parsers.AbstractXMLDocumentParser
From class org.apache.xerces.parsers.XMLParser
From class java.lang.Object
From interface org.apache.xerces.xni.XMLDTDContentModelHandler
From interface org.apache.xerces.xni.XMLDTDHandler
From interface org.apache.xerces.xni.XMLDocumentHandler
From interface org.apache.xerces.xs.PSVIProvider
From interface org.xml.sax.Parser
From interface org.xml.sax.XMLReader

Constants

protected static final String NOTIFY_BUILTIN_REFS

Feature identifier: notify built-in refereces.

Constant Value: "http://apache.org/xml/features/scanner/notify-builtin-refs"

protected static final String SYMBOL_TABLE

Property identifier: symbol table.

Constant Value: "http://apache.org/xml/properties/internal/symbol-table"

protected static final String XMLGRAMMAR_POOL

Property identifier: XML grammar pool.

Constant Value: "http://apache.org/xml/properties/internal/grammar-pool"

Public Constructors

public SAXParser (XMLParserConfiguration config)

Constructs a SAX parser using the specified parser configuration.

public SAXParser ()

Constructs a SAX parser using the dtd/xml schema parser configuration.

public SAXParser (SymbolTable symbolTable)

Constructs a SAX parser using the specified symbol table.

public SAXParser (SymbolTable symbolTable, XMLGrammarPool grammarPool)

Constructs a SAX parser using the specified symbol table and grammar pool.