Since: API Level 1
package

org.xml.sax

Classes | Description

This package provides the core SAX APIs.

more...

Interfaces

AttributeList This interface is deprecated. This interface has been replaced by the SAX2 Attributes interface, which includes Namespace support. 
AttributesInterface for a list of XML attributes. 
ContentHandlerReceive notification of the logical content of a document. 
DocumentHandler This interface is deprecated. This interface has been replaced by the SAX2 ContentHandler interface, which includes Namespace support. 
DTDHandlerReceive notification of basic DTD-related events. 
EntityResolverBasic interface for resolving entities. 
ErrorHandlerBasic interface for SAX error handlers. 
LocatorInterface for associating a SAX event with a document location. 
Parser This interface is deprecated. This interface has been replaced by the SAX2 XMLReader interface, which includes Namespace support. 
XMLFilterInterface for an XML filter. 
XMLReaderInterface for reading an XML document using callbacks. 

Classes

HandlerBase This class is deprecated. This class works with the deprecated DocumentHandler interface. It has been replaced by the SAX2 DefaultHandler class. 
InputSourceA single input source for an XML entity. 

Exceptions

SAXExceptionEncapsulate a general SAX error or warning. 
SAXNotRecognizedExceptionException class for an unrecognized identifier. 
SAXNotSupportedExceptionException class for an unsupported operation. 
SAXParseExceptionEncapsulate an XML parse error or warning.