org.apache.cocoon.xml
Interface XMLProducer
- All Known Subinterfaces:
- Generator, Parser, Transformer, TransformerTag, XMLDeserializer, XMLPipe, XMLProducerTag
- All Known Implementing Classes:
- AbstractGenerator, AbstractTransformer, AbstractXMLPipe, AbstractXMLProducer, ContentAggregator, DOMStreamer, ExtendedParserTransformer, FormsTemplateTransformer, JaxpParser, LexicalTransformer, LinkGatherer, LinkTranslator, ParserTransformer, ProfilingXMLPipe, TagTransformer, TransformerTagSupport, VarTransformerTagSupport, VarXMLProducerTagSupport, WoodyTemplateTransformer, XercesParser, XMLByteStreamInterpreter, XMLProducerTagSupport, XMLTeePipe
- 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 $Id: XMLProducer.java 433543 2006-08-22 06:22:54Z crossley $
- Author:
- Pierpaolo Fumagalli
(Apache Software Foundation)
setConsumer
public void setConsumer(XMLConsumer consumer)
- Set the
XMLConsumer that will receive XML data.
Copyright © 1999-2006 The Apache Software Foundation. All Rights Reserved.