org.apache.excalibur.xml.sax
Interface XMLConsumer

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

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 © 1997-2005 The Apache Software Foundation. All Rights Reserved.