| Package | Description |
|---|---|
| javax.xml.parsers |
Provides classes allowing the processing of XML documents.
|
| org.xml.sax |
SAX 2.0 r2 prerelease interfaces
|
| org.xml.sax.ext |
SAX2-ext: SAX2 Extension Handlers 1.0
|
| org.xml.sax.helpers |
SAX 2.0 r2 prerelease helper interfaces
|
| Class and Description |
|---|
| EntityResolver
Basic interface for resolving entities.
|
| ErrorHandler
Basic interface for SAX error handlers.
|
| HandlerBase
Deprecated.
This class works with the deprecated
DocumentHandler
interface. It has been replaced by the SAX2
DefaultHandler
class. |
| InputSource
A single input source for an XML entity.
|
| Parser
Deprecated.
This interface has been replaced by the SAX2
XMLReader
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.
|
| Class and Description |
|---|
| AttributeList
Deprecated.
This interface has been replaced by the SAX2
Attributes
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 SAX2
ContentHandler
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.
|
| Class and Description |
|---|
| SAXException
Encapsulate a general SAX error or warning.
|
| Class and Description |
|---|
| AttributeList
Deprecated.
This interface has been replaced by the SAX2
Attributes
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 SAX2
ContentHandler
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 SAX2
XMLReader
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.
|