Uses of Interface
org.apache.cocoon.stax.StAXPipelineComponent

Packages that use StAXPipelineComponent
org.apache.cocoon.stax   
org.apache.cocoon.stax.component   
org.apache.cocoon.stax.converter   
 

Uses of StAXPipelineComponent in org.apache.cocoon.stax
 

Subinterfaces of StAXPipelineComponent in org.apache.cocoon.stax
 interface StAXConsumer
          The specific interface for StAX consumer implementation of the cocoon Consumer interface.
 interface StAXProducer
          Extension of the cocoon Producer element for all StAX specific components.
 

Classes in org.apache.cocoon.stax that implement StAXPipelineComponent
 class AbstractStAXPipelineComponent
          Abstract base class for PipelineComponents producing and/or consuming XMLEvents.
 class AbstractStAXProducer
          StAX specific abstract class implementing the Producer.setConsumer(Consumer) method checking if a StAXConsumer is used, storing it and setting itself as the parent of its consumer.
 class AbstractStAXTransformer
          Abstract transformer could/should be used for each StAXTransformer.
 

Uses of StAXPipelineComponent in org.apache.cocoon.stax.component
 

Classes in org.apache.cocoon.stax.component that implement StAXPipelineComponent
 class CleaningTransformer
          Transformer which is used to clean a xml document from all whitespaces, comments and namespace start prefixes and end prefixes.
 class IncludeTransformer
          A transformer that includes a xml document into another at the place where a include tag is found pointing at the document to include.
 class XMLGenerator
          General element generator for a StAX pipeline directly taking all elements from an internal XMLEventReader created from an InputStream or directly from an URL.
 class XMLSerializer
          Standard implementation of the cocoon Finisher for StAX pipelines.
 

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

Classes in org.apache.cocoon.stax.converter that implement StAXPipelineComponent
 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.
 



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