Uses of Interface
org.apache.cocoon.sax.SAXConsumer

Packages that use SAXConsumer
org.apache.cocoon.optional.pipeline.components.sax.betwixt   
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.sax   
org.apache.cocoon.sax.component   
org.apache.cocoon.sax.util   
org.apache.cocoon.sax.xpointer   
org.apache.cocoon.servlet.ssf   
org.apache.cocoon.stax.converter.util   
org.apache.cocoon.stringtemplate   
 

Uses of SAXConsumer in org.apache.cocoon.optional.pipeline.components.sax.betwixt
 

Methods in org.apache.cocoon.optional.pipeline.components.sax.betwixt with parameters of type SAXConsumer
protected  void BetwixtBeanGenerator.setSAXConsumer(SAXConsumer xmlConsumer)
           
 

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

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

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

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

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

Classes in org.apache.cocoon.optional.servlet.components.sax.serializers that implement SAXConsumer
 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 SAXConsumer in org.apache.cocoon.sax
 

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

Methods in org.apache.cocoon.sax that return SAXConsumer
protected  SAXConsumer AbstractSAXProducer.getSAXConsumer()
           
 

Methods in org.apache.cocoon.sax with parameters of type SAXConsumer
protected  void AbstractSAXProducer.setSAXConsumer(SAXConsumer xmlConsumer)
           
 

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

Classes in org.apache.cocoon.sax.component that implement SAXConsumer
 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: SAXConsumer.html 1343757 2012-05-29 14:45:42Z ilgrosso $
 class XMLSerializer
           
 class XSLTTransformer
           
 

Methods in org.apache.cocoon.sax.component with parameters of type SAXConsumer
protected  void XSLTTransformer.setSAXConsumer(SAXConsumer consumer)
          
protected  void XIncludeTransformer.setSAXConsumer(SAXConsumer xmlConsumer)
          Eventually previous errors don't reset local variables status, so every time a new consumer is set, local variables should be re-initialized
protected  void SchemaProcessorTransformer.setSAXConsumer(SAXConsumer xmlConsumer)
           
 

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

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

Uses of SAXConsumer in org.apache.cocoon.sax.xpointer
 

Methods in org.apache.cocoon.sax.xpointer that return SAXConsumer
 SAXConsumer XPointerContext.getSaxConsumer()
           
 

Constructors in org.apache.cocoon.sax.xpointer with parameters of type SAXConsumer
XPointerContext(String xPointer, SAXConsumer saxConsumer)
           
 

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

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

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

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

Uses of SAXConsumer in org.apache.cocoon.stringtemplate
 

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



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