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

Packages that use SAXProducer
org.apache.cocoon.optional.pipeline.components.sax.betwixt   
org.apache.cocoon.optional.pipeline.components.sax.calendar   
org.apache.cocoon.optional.pipeline.components.sax.csv   
org.apache.cocoon.optional.pipeline.components.sax.directory   
org.apache.cocoon.optional.pipeline.components.sax.jaxb   
org.apache.cocoon.optional.pipeline.components.sax.neko   
org.apache.cocoon.optional.pipeline.components.sax.solr   
org.apache.cocoon.profiling.component Provides cocoon-profiling pipeline components. 
org.apache.cocoon.sample.generation   
org.apache.cocoon.sax   
org.apache.cocoon.sax.component   
org.apache.cocoon.servlet.component   
org.apache.cocoon.servlet.ssf   
org.apache.cocoon.sitemap.component   
org.apache.cocoon.stax.converter   
org.apache.cocoon.stringtemplate   
org.apache.cocoon.wicket.markup.html   
 

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

Classes in org.apache.cocoon.optional.pipeline.components.sax.betwixt that implement SAXProducer
 class BetwixtBeanGenerator
           
 

Uses of SAXProducer in org.apache.cocoon.optional.pipeline.components.sax.calendar
 

Classes in org.apache.cocoon.optional.pipeline.components.sax.calendar that implement SAXProducer
 class CalendarGenerator
          Generates an XML document representing a calendar for a given month and year.
 

Uses of SAXProducer in org.apache.cocoon.optional.pipeline.components.sax.csv
 

Classes in org.apache.cocoon.optional.pipeline.components.sax.csv that implement SAXProducer
 class CSVGenerator
           A simple parser converting a Comma Separated Values (CSV) file into XML.
 

Uses of SAXProducer in org.apache.cocoon.optional.pipeline.components.sax.directory
 

Classes in org.apache.cocoon.optional.pipeline.components.sax.directory that implement SAXProducer
 class DirectoryGenerator
           
 

Uses of SAXProducer in org.apache.cocoon.optional.pipeline.components.sax.jaxb
 

Classes in org.apache.cocoon.optional.pipeline.components.sax.jaxb that implement SAXProducer
 class JAXBGenerator
          SAX generator that produces SAX events from Object using the JAXB marshaller.
 

Uses of SAXProducer in org.apache.cocoon.optional.pipeline.components.sax.neko
 

Classes in org.apache.cocoon.optional.pipeline.components.sax.neko that implement SAXProducer
 class NekoGenerator
           
 

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

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

Uses of SAXProducer in org.apache.cocoon.profiling.component
 

Classes in org.apache.cocoon.profiling.component that implement SAXProducer
 class ProfilingGenerator
          A cocoon pipeline component to generate an XML representation of a ProfilingData.
 

Uses of SAXProducer in org.apache.cocoon.sample.generation
 

Classes in org.apache.cocoon.sample.generation that implement SAXProducer
 class CachingTimestampGenerator
           
 class TimestampGenerator
           
 

Uses of SAXProducer in org.apache.cocoon.sax
 

Classes in org.apache.cocoon.sax that implement SAXProducer
 class AbstractSAXGenerator
           
 class AbstractSAXProducer
           
 class AbstractSAXTransformer
           
 

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

Classes in org.apache.cocoon.sax.component that implement SAXProducer
 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 VariableExpanderTransformer
          A transformer that expands variables in the form of ${} inside the processing document.
 class XIncludeTransformer
          $Id: SAXProducer.html 1343757 2012-05-29 14:45:42Z ilgrosso $
 class XMLGenerator
          General purpose SAX generator that produces SAX events from different sources.
 class XSLTTransformer
           
 

Uses of SAXProducer in org.apache.cocoon.servlet.component
 

Classes in org.apache.cocoon.servlet.component that implement SAXProducer
 class RequestParametersGenerator
           
 

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

Classes in org.apache.cocoon.servlet.ssf that implement SAXProducer
 class ServiceConsumerGenerator
           
 class ServletServiceGenerator
           
 class ServletServiceTransformer
           
 

Uses of SAXProducer in org.apache.cocoon.sitemap.component
 

Classes in org.apache.cocoon.sitemap.component that implement SAXProducer
 class ExceptionGenerator
           
 

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

Classes in org.apache.cocoon.stax.converter that implement SAXProducer
 class StAXToSAXPipelineAdapter
          A transformer which transforms between a StAX-only pipeline and a SAX-only pipeline.
 

Constructors in org.apache.cocoon.stax.converter with parameters of type SAXProducer
SAXForStAXPipelineWrapper(SAXProducer saxTransformer)
          Constructs an Wrapper around an SAXTransformer and made it available to add it to an Pipeline only containing StAX- PipelineComponents.
 

Uses of SAXProducer in org.apache.cocoon.stringtemplate
 

Classes in org.apache.cocoon.stringtemplate that implement SAXProducer
 class ControllerContextAwareStringTemplateGenerator
           
 class StringTemplateGenerator
           
 class StringTemplateTransformer
           
 

Uses of SAXProducer in org.apache.cocoon.wicket.markup.html
 

Methods in org.apache.cocoon.wicket.markup.html with parameters of type SAXProducer
 void CocoonSAXPipelineComponent.addComponent(SAXProducer component)
           
 



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