org.apache.cocoon.xml
Interface XMLConsumer

All Superinterfaces:
org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler
All Known Subinterfaces:
SAXConnector, Serializer, Transformer, XMLPipe, XMLSerializer
All Known Implementing Classes:
AbstractXMLConsumer, NOPRecorder, XMLMulticaster, IncludeXMLConsumer, SVGBuilder

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 $Id: XMLConsumer.java,v 1.4 2002/02/22 07:03:58 cziegeler Exp $
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 � 1999-2002 Apache Software Foundation. All Rights Reserved.