|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
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 Summary | |
AbstractXMLConsumer | Deprecated. Can be constructed using no operation handlers. |
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. Moved to org.apache.excalibur.xml.sax package. |
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. |
XMLConsumerProxy | This class is an utility class proxying a SAX version 2.0
ContentHandler and LexicalHandler) and forwarding it those
events received throug its {@link XMLConsumer}s interface. |
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |