org.apache.xerces.parsers
Class SAXParser

java.lang.Object
  |
  +--org.apache.xerces.parsers.XMLParser
        |
        +--org.apache.xerces.parsers.AbstractXMLDocumentParser
              |
              +--org.apache.xerces.parsers.AbstractSAXParser
                    |
                    +--org.apache.xerces.parsers.SAXParser

public class SAXParser
extends AbstractSAXParser

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.

Version:
$Id: SAXParser.java,v 1.12.2.24 2001/04/06 19:16:33 lehors Exp $
Author:
Stubs generated by DesignDoc on Mon Sep 11 11:10:57 PDT 2000, Arnaud Le Hors, IBM, Andy Clark, IBM

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 default basic 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.
 
Methods inherited from class org.apache.xerces.parsers.AbstractSAXParser
attributeDecl, characters, comment, doctypeDecl, elementDecl, endDocument, endDTD, endElement, endEntity, endPrefixMapping, externalEntityDecl, getContentHandler, getDeclHandler, getDTDHandler, getEntityResolver, getErrorHandler, getFeature, getLexicalHandler, getProperty, ignorableWhitespace, internalEntityDecl, notationDecl, parse, parse, processingInstruction, reset, setContentHandler, setDeclHandler, setDocumentHandler, setDTDHandler, setEntityResolver, setErrorHandler, setFeature, setLexicalHandler, setLocale, setProperty, startDocument, startElement, startEntity, startPrefixMapping, unparsedEntityDecl
 
Methods inherited from class org.apache.xerces.parsers.AbstractXMLDocumentParser
any, element, empty, emptyElement, endAttlist, endCDATA, endConditional, endContentModel, endGroup, externalEntityDecl, occurrence, pcdata, separator, startAttlist, startCDATA, startConditional, startContentModel, startDTD, startEntity, startGroup, 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

SAXParser

public SAXParser()
Constructs a SAX parser using the default basic parser configuration.

SAXParser

public SAXParser(SymbolTable symbolTable)
Constructs a SAX parser using the specified symbol table.

SAXParser

public SAXParser(SymbolTable symbolTable,
                 GrammarPool grammarPool)
Constructs a SAX parser using the specified symbol table and grammar pool.


Copyright © 1999-2001 Apache XML Project. All Rights Reserved.