|
Class Summary |
| 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. |