Uses of Package
org.xml.sax

Packages that use org.xml.sax
javax.xml.parsers The javax.xml.parsers package contains the Java API for XML Processing (JAXP) subset defined by JSR 280. 
org.xml.sax This package provides the core of the Java ME SAX API subset defined by JSR 280. 
org.xml.sax.ext   
org.xml.sax.helpers   
 

Classes in org.xml.sax used by javax.xml.parsers
EntityResolver
          Basic interface for resolving entities.
ErrorHandler
          Basic interface for SAX error handlers.
InputSource
          A single input source for an XML entity.
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 org.xml.sax
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.
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
Attributes
          Interface for a list of XML attributes.
 

Classes in org.xml.sax used by org.xml.sax.helpers
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.
 



No warranty, no copyright, This is public domain. See the Copyright Notice for details.