Uses of Package
org.xml.sax
Package | Description |
---|---|
java.beans |
Contains classes related to developing beans -- components based on
the JavaBeans™ architecture.
|
javax.xml.catalog |
Provides the classes for implementing
XML Catalogs OASIS Standard V1.1, 7 October 2005.
|
javax.xml.parsers |
Provides the classes for processing XML documents with a SAX (Simple API for XML)
parser or a DOM (Document Object Model) Document builder.
|
javax.xml.transform.sax |
Provides SAX specific transformation classes.
|
javax.xml.validation |
Provides an API for validation of XML documents.
|
javax.xml.xpath |
Provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
|
org.xml.sax |
Provides the interfaces for the Simple API for XML (SAX).
|
org.xml.sax.ext |
Provides interfaces to SAX2 facilities that
conformant SAX drivers won't necessarily support.
|
org.xml.sax.helpers |
Provides helper classes, including
support for bootstrapping SAX-based applications.
|
-
Classes in org.xml.sax used by java.beans Class Description InputSource A single input source for an XML entity. -
Classes in org.xml.sax used by javax.xml.catalog Class Description EntityResolver Basic interface for resolving entities.InputSource A single input source for an XML entity. -
Classes in org.xml.sax used by javax.xml.parsers Class Description EntityResolver Basic interface for resolving entities.ErrorHandler Basic interface for SAX error handlers.HandlerBase Deprecated.This class works with the deprecatedDocumentHandler
interface.InputSource A single input source for an XML entity.Parser Deprecated.This interface has been replaced by the SAX2XMLReader
interface, which includes Namespace support.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 javax.xml.transform.sax Class Description ContentHandler Receive notification of the logical content of a document.DTDHandler Receive notification of basic DTD-related events.InputSource A single input source for an XML entity.XMLFilter Interface for an XML filter.XMLReader Interface for reading an XML document using callbacks. -
Classes in org.xml.sax used by javax.xml.validation Class Description ContentHandler Receive notification of the logical content of a document.ErrorHandler Basic interface for SAX error handlers.SAXException Encapsulate a general SAX error or warning.SAXNotRecognizedException Exception class for an unrecognized identifier.SAXNotSupportedException Exception class for an unsupported operation. -
Classes in org.xml.sax used by javax.xml.xpath Class Description InputSource A single input source for an XML entity. -
Classes in org.xml.sax used by org.xml.sax Class Description AttributeList Deprecated.This interface has been replaced by the SAX2Attributes
interface, which includes Namespace support.Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DocumentHandler Deprecated.This interface has been replaced by the SAX2ContentHandler
interface, which includes Namespace support.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 Class Description 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. -
Classes in org.xml.sax used by org.xml.sax.helpers Class Description AttributeList Deprecated.This interface has been replaced by the SAX2Attributes
interface, which includes Namespace support.Attributes Interface for a list of XML attributes.ContentHandler Receive notification of the logical content of a document.DocumentHandler Deprecated.This interface has been replaced by the SAX2ContentHandler
interface, which includes Namespace support.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.Parser Deprecated.This interface has been replaced by the SAX2XMLReader
interface, which includes Namespace support.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.XMLFilter Interface for an XML filter.XMLReader Interface for reading an XML document using callbacks.