Uses of Class
org.apache.cocoon.stax.AbstractStAXPipelineComponent

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

Uses of AbstractStAXPipelineComponent in org.apache.cocoon.stax
 

Subclasses of AbstractStAXPipelineComponent in org.apache.cocoon.stax
 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 AbstractStAXPipelineComponent in org.apache.cocoon.stax.component
 

Subclasses of AbstractStAXPipelineComponent in org.apache.cocoon.stax.component
 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.
 

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

Subclasses of AbstractStAXPipelineComponent in org.apache.cocoon.stax.converter
 class SAXForStAXPipelineWrapper
          This class could be seen as the default implementation to use SAX components in StAX pipelines.
 



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