| Interface | Description |
|---|---|
| SAXParser |
The parser can be used to parse any XML document given
by a
InputSource object. |
| XMLConsumer |
This interfaces identifies classes that consume XML data, receiving
notification of SAX events.
|
| XMLizable |
This interface can be implemented by classes willing to provide an XML representation
of their current state as SAX events.
|
| Class | Description |
|---|---|
| ContentHandlerAdapter |
This class is an utility class adapting a SAX version 2.0
ContentHandler to receive SAX version 1.0 events. |
| ContentHandlerProxy |
This class is an utility class proxying a SAX version 2.0
ContentHandler and forwarding the events to it. |
| ContentHandlerWrapper | Deprecated
Use one of the replacement classes
ContentHandlerProxy or
XMLConsumerProxy |
| DocumentHandlerAdapter |
This class is an utility class adapting a SAX version 1.0
DocumentHandler to receive SAX version 2.0 events. |
| JTidyHTMLParser |
Converter for transforming an input stream contain text/html data
to SAX events.
|
| NOPContentHandler |
This class provides default implementation of the methods specified
by the
ContentHandler interface. |
| NOPLexicalHandler |
This class provides default implementation of the methods specified
by the
LexicalHandler interface. |
| NOPXMLConsumer |
This class provides default implementation of the methods specified
by the
LexicalHandler and the ContentHandler
interface. |
| XMLConsumerProxy |
This class is an utility class proxying a SAX version 2.0
ContentHandler and LexicalHandler and forwarding it those
events received throug its XMLConsumers interface. |