org.apache.avalon.excalibur.xml
Interface XMLConsumer

All Superinterfaces:
org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
All Known Implementing Classes:
AbstractXMLConsumer

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.3 $ $Date: 2001/12/11 09:53:38 $
Author:
Pierpaolo Fumagalli (Apache Software Foundation, Exoffice Technologies)

Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 



Copyright © 2001 Apache Jakarta Project. All Rights Reserved.