org.apache.cocoon.stax
Interface StAXPipelineComponent

All Superinterfaces:
PipelineComponent
All Known Subinterfaces:
StAXConsumer, StAXProducer
All Known Implementing Classes:
AbstractStAXPipelineComponent, AbstractStAXProducer, AbstractStAXTransformer, CleaningTransformer, IncludeTransformer, SAXForStAXPipelineWrapper, StAXToSAXPipelineAdapter, XMLGenerator, XMLSerializer

public interface StAXPipelineComponent
extends PipelineComponent

This is a component used in a StAX pipeline.
A pipeline component consuming and/or producing XMLEvents should implement this marker interface.


Method Summary
 
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent
finish, setConfiguration, setup
 



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