org.apache.cocoon.xml
Interface XMLPipe

All Superinterfaces:
org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler, XMLConsumer, XMLProducer
All Known Subinterfaces:
SAXConnector, Transformer
All Known Implementing Classes:
AbstractXMLPipe, XMLTeePipe

public interface XMLPipe
extends XMLConsumer, XMLProducer

This interface glues together an XML producer and consumer to create a SAX pipe.

Version:
CVS $Id: XMLPipe.java,v 1.4 2002/02/22 07:03:58 cziegeler Exp $
Author:
Stefano Mazzocchi

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
 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
 



Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.