Uses of Interface
org.apache.cocoon.xml.XMLConsumer

Packages that use XMLConsumer
org.apache.cocoon.components.pipeline   
org.apache.cocoon.serialization   
org.apache.cocoon.transformation   
org.apache.cocoon.xml   
 

Uses of XMLConsumer in org.apache.cocoon.components.pipeline
 

Methods in org.apache.cocoon.components.pipeline with parameters of type XMLConsumer
 boolean ProcessingPipeline.process(Environment environment, XMLConsumer consumer)
          Process the given Environment, but do not use the serializer.
 

Uses of XMLConsumer in org.apache.cocoon.serialization
 

Subinterfaces of XMLConsumer in org.apache.cocoon.serialization
 interface Serializer
          A serializer is the last point of a pipeline.
 

Uses of XMLConsumer in org.apache.cocoon.transformation
 

Subinterfaces of XMLConsumer in org.apache.cocoon.transformation
 interface Transformer
          A transformer is the zero to several intermediate points in a pipeline.
 

Uses of XMLConsumer in org.apache.cocoon.xml
 

Subinterfaces of XMLConsumer in org.apache.cocoon.xml
 interface XMLPipe
          The XMLPipe is both an XMLProducer and an XMLConsumer.
 

Methods in org.apache.cocoon.xml with parameters of type XMLConsumer
 void XMLProducer.setConsumer(XMLConsumer consumer)
          Set the XMLConsumer that will receive XML data.
 



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.