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

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

Uses of StAXConsumer in org.apache.cocoon.stax
 

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

Methods in org.apache.cocoon.stax that return StAXConsumer
protected  StAXConsumer AbstractStAXProducer.getConsumer()
          Returning the StAXConsumer inserted to the AbstractStAXProducer.setConsumer(Consumer) method.
 

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

Classes in org.apache.cocoon.stax.component that implement StAXConsumer
 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 XMLSerializer
          Standard implementation of the cocoon Finisher for StAX pipelines.
 

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

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