Uses of Package
org.xml.sax

Packages that use org.xml.sax
javax.xml.parsers Provides classes allowing the processing of XML documents. 
javax.xml.transform.sax This package implements SAX2-specific transformation APIs. 
org.apache.xalan.lib Extension elements and functions shipped with Xalan-Java 
org.apache.xalan.processor Parses an XSLT stylesheet document (which may include and import other stylesheet documents) and produces a StylesheetRoot (a TRaX Templates object). 
org.apache.xalan.serialize Processes SAX events into streams. 
org.apache.xalan.stree Implementation of the Xalan Source Tree, which is a DOM implementation that is optimized for XSLT processing and the needs of Xalan. 
org.apache.xalan.trace Implementation of Xalan Trace events, for use by a debugger. 
org.apache.xalan.transformer In charge of run-time transformations and the production of result trees. 
org.apache.xalan.xsltc.dom   
org.apache.xalan.xsltc.runtime   
org.apache.xml.utils Implementation of Xalan utility classes. 
org.apache.xpath Implementation of XPath; for the most part, only classes meant for public use are found at this root level of the XPath packages. 
org.xml.sax SAX 2.0 interfaces. 
org.xml.sax.ext SAX 2.0 extension handler interfaces. 
org.xml.sax.helpers SAX 2.0 implementation classes. 
 

Classes in org.xml.sax used by javax.xml.parsers
EntityResolver
          Basic interface for resolving entities.
ErrorHandler
          Basic interface for SAX error handlers.
HandlerBase
          Deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class.
InputSource
          A single input source for an XML entity.
Parser
          Deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
SAXException
          Encapsulate a general SAX error or warning.
SAXNotRecognizedException
          Exception class for an unrecognized identifier.
SAXNotSupportedException
          Exception class for an unsupported operation.
XMLReader
          Interface for reading an XML document using callbacks.
 

Classes in org.xml.sax used by javax.xml.transform.sax
ContentHandler
          Receive notification of the logical content of a document.
DTDHandler
          Receive notification of basic DTD-related events.
InputSource
          A single input source for an XML entity.
XMLFilter
          Interface for an XML filter.
XMLReader
          Interface for reading an XML document using callbacks.
 

Classes in org.xml.sax used by org.apache.xalan.lib
SAXNotSupportedException
          Exception class for an unsupported operation.
 

Classes in org.xml.sax used by org.apache.xalan.processor
Attributes
          Interface for a list of XML attributes.
ContentHandler
          Receive notification of the logical content of a document.
DTDHandler
          Receive notification of basic DTD-related events.
EntityResolver
          Basic interface for resolving entities.
ErrorHandler
          Basic interface for SAX error handlers.
InputSource
          A single input source for an XML entity.
Locator
          Interface for associating a SAX event with a document location.
SAXException
          Encapsulate a general SAX error or warning.
SAXParseException
          Encapsulate an XML parse error or warning.
XMLFilter
          Interface for an XML filter.
 

Classes in org.xml.sax used by org.apache.xalan.serialize
Attributes
          Interface for a list of XML attributes.
ContentHandler
          Receive notification of the logical content of a document.
Locator
          Interface for associating a SAX event with a document location.
SAXException
          Encapsulate a general SAX error or warning.
 

Classes in org.xml.sax used by org.apache.xalan.stree
Attributes
          Interface for a list of XML attributes.
ContentHandler
          Receive notification of the logical content of a document.
DTDHandler
          Receive notification of basic DTD-related events.
EntityResolver
          Basic interface for resolving entities.
ErrorHandler
          Basic interface for SAX error handlers.
Locator
          Interface for associating a SAX event with a document location.
SAXException
          Encapsulate a general SAX error or warning.
 

Classes in org.xml.sax used by org.apache.xalan.trace
Attributes
          Interface for a list of XML attributes.
 

Classes in org.xml.sax used by org.apache.xalan.transformer
Attributes
          Interface for a list of XML attributes.
ContentHandler
          Receive notification of the logical content of a document.
DTDHandler
          Receive notification of basic DTD-related events.
EntityResolver
          Basic interface for resolving entities.
ErrorHandler
          Basic interface for SAX error handlers.
InputSource
          A single input source for an XML entity.
Locator
          Interface for associating a SAX event with a document location.
SAXException
          Encapsulate a general SAX error or warning.
SAXNotRecognizedException
          Exception class for an unrecognized identifier.
SAXNotSupportedException
          Exception class for an unsupported operation.
XMLFilter
          Interface for an XML filter.
XMLReader
          Interface for reading an XML document using callbacks.
 

Classes in org.xml.sax used by org.apache.xalan.xsltc.dom
ContentHandler
          Receive notification of the logical content of a document.
DTDHandler
          Receive notification of basic DTD-related events.
SAXException
          Encapsulate a general SAX error or warning.
XMLReader
          Interface for reading an XML document using callbacks.
 

Classes in org.xml.sax used by org.apache.xalan.xsltc.runtime
AttributeList
          Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
Attributes
          Interface for a list of XML attributes.
ContentHandler
          Receive notification of the logical content of a document.
Locator
          Interface for associating a SAX event with a document location.
SAXException
          Encapsulate a general SAX error or warning.
 

Classes in org.xml.sax used by org.apache.xml.utils
Attributes
          Interface for a list of XML attributes.
ContentHandler
          Receive notification of the logical content of a document.
ErrorHandler
          Basic interface for SAX error handlers.
Locator
          Interface for associating a SAX event with a document location.
SAXException
          Encapsulate a general SAX error or warning.
SAXParseException
          Encapsulate an XML parse error or warning.
 

Classes in org.xml.sax used by org.apache.xpath
InputSource
          A single input source for an XML entity.
XMLReader
          Interface for reading an XML document using callbacks.
 

Classes in org.xml.sax used by org.xml.sax
AttributeList
          Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
Attributes
          Interface for a list of XML attributes.
ContentHandler
          Receive notification of the logical content of a document.
DocumentHandler
          Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
DTDHandler
          Receive notification of basic DTD-related events.
EntityResolver
          Basic interface for resolving entities.
ErrorHandler
          Basic interface for SAX error handlers.
InputSource
          A single input source for an XML entity.
Locator
          Interface for associating a SAX event with a document location.
SAXException
          Encapsulate a general SAX error or warning.
SAXNotRecognizedException
          Exception class for an unrecognized identifier.
SAXNotSupportedException
          Exception class for an unsupported operation.
SAXParseException
          Encapsulate an XML parse error or warning.
XMLReader
          Interface for reading an XML document using callbacks.
 

Classes in org.xml.sax used by org.xml.sax.ext
SAXException
          Encapsulate a general SAX error or warning.
 

Classes in org.xml.sax used by org.xml.sax.helpers
AttributeList
          Deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support.
Attributes
          Interface for a list of XML attributes.
ContentHandler
          Receive notification of the logical content of a document.
DocumentHandler
          Deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support.
DTDHandler
          Receive notification of basic DTD-related events.
EntityResolver
          Basic interface for resolving entities.
ErrorHandler
          Basic interface for SAX error handlers.
InputSource
          A single input source for an XML entity.
Locator
          Interface for associating a SAX event with a document location.
Parser
          Deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support.
SAXException
          Encapsulate a general SAX error or warning.
SAXNotRecognizedException
          Exception class for an unrecognized identifier.
SAXNotSupportedException
          Exception class for an unsupported operation.
SAXParseException
          Encapsulate an XML parse error or warning.
XMLFilter
          Interface for an XML filter.
XMLReader
          Interface for reading an XML document using callbacks.
 



Copyright © 2000 Apache XML Project. All Rights Reserved.