org.apache.xerces.parsers
public class SAXParser extends AbstractSAXParser
Version: $Id: SAXParser.java,v 1.39 2005/05/04 03:56:45 mrglavas Exp $
Field Summary | |
---|---|
protected static String | NOTIFY_BUILTIN_REFS Feature identifier: notify built-in refereces. |
protected static String | SYMBOL_TABLE Property identifier: symbol table. |
protected static String | XMLGRAMMAR_POOL Property identifier: XML grammar pool. |
Constructor Summary | |
---|---|
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. |