- All Superinterfaces:
- org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
- All Known Implementing Classes:
- NOPXMLConsumer, XMLConsumerProxy
public interface XMLConsumer
extends org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
This interfaces identifies classes that consume XML data, receiving
notification of SAX events.
This interface unites the idea of SAX ContentHandler and
LexicalHandler.
- Version:
- CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:20 $
- Author:
- Avalon Development Team