org.apache.cocoon.stax
Class AbstractStAXPipelineComponent

java.lang.Object
  extended by org.apache.cocoon.pipeline.component.AbstractPipelineComponent
      extended by org.apache.cocoon.stax.AbstractStAXPipelineComponent
All Implemented Interfaces:
PipelineComponent, StAXPipelineComponent
Direct Known Subclasses:
AbstractStAXProducer

public abstract class AbstractStAXPipelineComponent
extends AbstractPipelineComponent
implements StAXPipelineComponent

Abstract base class for PipelineComponents producing and/or consuming XMLEvents.


Constructor Summary
protected AbstractStAXPipelineComponent()
           
 
Method Summary
 
Methods inherited from class org.apache.cocoon.pipeline.component.AbstractPipelineComponent
finish, setConfiguration, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent
finish, setConfiguration, setup
 

Constructor Detail

AbstractStAXPipelineComponent

protected AbstractStAXPipelineComponent()


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