Uses of Interface
org.apache.cocoon.pipeline.component.Consumer

Packages that use Consumer
org.apache.cocoon.optional.pipeline.components.sax.fop   
org.apache.cocoon.optional.pipeline.components.sax.solr   
org.apache.cocoon.optional.servlet.components.sax.serializers   
org.apache.cocoon.pipeline.component   
org.apache.cocoon.sax   
org.apache.cocoon.sax.component   
org.apache.cocoon.sax.util   
org.apache.cocoon.servlet.ssf   
org.apache.cocoon.stax   
org.apache.cocoon.stax.converter   
org.apache.cocoon.stax.converter.util   
org.apache.cocoon.stringtemplate   
 

Uses of Consumer in org.apache.cocoon.optional.pipeline.components.sax.fop
 

Classes in org.apache.cocoon.optional.pipeline.components.sax.fop that implement Consumer
 class FopSerializer
           
 

Uses of Consumer in org.apache.cocoon.optional.pipeline.components.sax.solr
 

Classes in org.apache.cocoon.optional.pipeline.components.sax.solr that implement Consumer
 class SolrConsumer
           
 

Uses of Consumer in org.apache.cocoon.optional.servlet.components.sax.serializers
 

Classes in org.apache.cocoon.optional.servlet.components.sax.serializers that implement Consumer
 class EncodingHTMLSerializer
           A serializer converting XHTML into plain old HTML.
 class EncodingXHTMLSerializer
           A pedantinc XHTML serializer encoding all recognized entities with their proper HTML names.
 class EncodingXMLSerializer
           A fancy XML serializer not relying on the JAXP API.
 

Uses of Consumer in org.apache.cocoon.pipeline.component
 

Methods in org.apache.cocoon.pipeline.component with parameters of type Consumer
 void Producer.setConsumer(Consumer consumer)
           
 

Uses of Consumer in org.apache.cocoon.sax
 

Subinterfaces of Consumer in org.apache.cocoon.sax
 interface SAXConsumer
           
 

Classes in org.apache.cocoon.sax that implement Consumer
 class AbstractSAXSerializer
           
 class AbstractSAXTransformer
           
 

Methods in org.apache.cocoon.sax with parameters of type Consumer
 void AbstractSAXProducer.setConsumer(Consumer consumer)
          
 

Uses of Consumer in org.apache.cocoon.sax.component
 

Classes in org.apache.cocoon.sax.component that implement Consumer
 class AbstractLinkRewriterTransformer
           
 class CleaningTransformer
           
 class I18nTransformer
          Internationalization transformer is used to transform i18n markup into text based on a particular locale.
 class IncludeTransformer
           
 class LogAsXMLTransformer
          Transformer that can be plugged into a pipeline to print as XML the SAX events which passes through this transformer in a readable form to a file or sysout.
 class LogTransformer
          Transformer that can be plugged into a pipeline to print the SAX events which passes through this transformer in a readable form to a file or sysout.
 class RegexpLinkRewriterTransformer
           
 class SchemaProcessorTransformer
           
 class SQLTransformer
          The SQLTransformer can be plugged into a pipeline to transform SAX events into updated or queries and responses to/from a SQL interface.
 class TextSerializer
          Converts XML into plain text.
 class VariableExpanderTransformer
          A transformer that expands variables in the form of ${} inside the processing document.
 class XIncludeTransformer
          $Id: Consumer.html 1343757 2012-05-29 14:45:42Z ilgrosso $
 class XMLSerializer
           
 class XSLTTransformer
           
 

Uses of Consumer in org.apache.cocoon.sax.util
 

Classes in org.apache.cocoon.sax.util that implement Consumer
 class SAXConsumerAdapter
           
 

Uses of Consumer in org.apache.cocoon.servlet.ssf
 

Classes in org.apache.cocoon.servlet.ssf that implement Consumer
 class ServletServiceSerializer
           
 class ServletServiceTransformer
           
 

Uses of Consumer in org.apache.cocoon.stax
 

Subinterfaces of Consumer in org.apache.cocoon.stax
 interface StAXConsumer
          The specific interface for StAX consumer implementation of the cocoon Consumer interface.
 

Classes in org.apache.cocoon.stax that implement Consumer
 class AbstractStAXTransformer
          Abstract transformer could/should be used for each StAXTransformer.
 

Methods in org.apache.cocoon.stax with parameters of type Consumer
 void AbstractStAXProducer.setConsumer(Consumer consumer)
          
 

Uses of Consumer in org.apache.cocoon.stax.converter
 

Classes in org.apache.cocoon.stax.converter that implement Consumer
 class SAXForStAXPipelineWrapper
          This class could be seen as the default implementation to use SAX components in StAX pipelines.
 class StAXToSAXPipelineAdapter
          A transformer which transforms between a StAX-only pipeline and a SAX-only pipeline.
 

Methods in org.apache.cocoon.stax.converter with parameters of type Consumer
 void StAXToSAXPipelineAdapter.setConsumer(Consumer consumer)
          
 void SAXForStAXPipelineWrapper.setConsumer(Consumer consumer)
          
 

Uses of Consumer in org.apache.cocoon.stax.converter.util
 

Classes in org.apache.cocoon.stax.converter.util that implement Consumer
 class StAXEventContentHandler
          SAX ContentHandler that writes events to a StAX XMLEventConsumer.
 

Uses of Consumer in org.apache.cocoon.stringtemplate
 

Classes in org.apache.cocoon.stringtemplate that implement Consumer
 class StringTemplateTransformer
           
 



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