Uses of Package
org.xml.sax

Packages that use org.xml.sax
javax.xml.parsers Provides classes allowing the processing of XML documents. 
org.xml.sax SAX (Simple API to XML) is an event-driven parser API, which supports most of the widely available XML parsers. 
org.xml.sax.helpers This package contains simple "helper" classes which can help programmers get started using the SAX APIs. 
 

Classes in org.xml.sax used by javax.xml.parsers
EntityResolver
          Basic interface for resolving entities.
ErrorHandler
          Basic interface for SAX error handlers.
HandlerBase
          Default base class for handlers.
InputSource
          A single input source for an XML entity.
Parser
          Basic interface for SAX (Simple API for XML) parsers.
SAXException
          Encapsulate a general SAX error or warning.
 

Classes in org.xml.sax used by org.xml.sax
AttributeList
          Interface for an element's attribute specifications.
DocumentHandler
          Receive notification of general document events.
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.
 

Classes in org.xml.sax used by org.xml.sax.helpers
AttributeList
          Interface for an element's attribute specifications.
Locator
          Interface for associating a SAX event with a document location.
Parser
          Basic interface for SAX (Simple API for XML) parsers.
 



Submit Feedback to xml-feedback@java.sun.com
Copyright © 1998-2000 Sun Microsystems, Inc. All Rights Reserved.

Sun Microsystems, Inc.
901 San Antonio Road
Palo Alto, California, 94303, U.S.A.