API Overview API Index Direct link to this page
JDK 1.6
  Package: org.xml.sax
Author(s)
Since
Version
Serial
Description
  This package provides the core SAX APIs.
See also:   
AttributeList View Source Interface for an element's attribute specifications.
Attributes View Source Interface for a list of XML attributes.
ContentHandler View Source Receive notification of the logical content of a document.
DocumentHandler View Source Receive notification of general document events.
DTDHandler View Source Receive notification of basic DTD-related events.
EntityResolver View Source Basic interface for resolving entities.
ErrorHandler View Source Basic interface for SAX error handlers.
HandlerBase View Source Default base class for handlers.
InputSource View Source A single input source for an XML entity.
Locator View Source Interface for associating a SAX event with a document location.
Parser View Source Basic interface for SAX (Simple API for XML) parsers.
SAXException View Source Encapsulate a general SAX error or warning.
SAXNotRecognizedException View Source Exception class for an unrecognized identifier.
SAXNotSupportedException View Source Exception class for an unsupported operation.
SAXParseException View Source Encapsulate an XML parse error or warning.
XMLFilter View Source Interface for an XML filter.
XMLReader View Source Interface for reading an XML document using callbacks.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar