org.apache.cocoon.xml
Interface XMLProducer
- All Known Subinterfaces:
- Generator, Parser, SAXConnector, Transformer, XMLDeserializer, XMLPipe
- All Known Implementing Classes:
- AbstractXMLProducer
- public interface XMLProducer
This interfaces identifies classes that produce XML data, sending SAX
events to the configured XMLConsumer
.
It's beyond the scope of this interface to specify a way in which the XML
data production is started.
- Version:
- CVS $Revision: 1.2.2.1 $ $Date: 2001/08/20 14:07:35 $
- Author:
- Pierpaolo Fumagalli
(Apache Software Foundation, Exoffice Technologies)
setConsumer
public void setConsumer(XMLConsumer consumer)
- Set the
XMLConsumer
that will receive XML data.
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.