Uses of Package
org.xml.sax

Packages that use org.xml.sax
com.sun.xml.parser This package holds two fast "XML Processors" as defined in the XML 1.0 specification; these are parsers (validating and non-validating) with some supporting classes and interfaces. 
com.sun.xml.tree This package supports in-memory XML documents in the form of a parse tree compliant with the W3C DOM Level 1 Core Recommendation, with extensions including support for XML Namespaces as defined by the current XML proposed recommendation. 
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 com.sun.xml.parser
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.
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 com.sun.xml.tree
AttributeList
          Interface for an element's attribute specifications.
DocumentHandler
          Receive notification of general document events.
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
          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