org.apache.cocoon.pipeline.component.sax
Class AbstractGenerator

java.lang.Object
  extended by org.apache.cocoon.pipeline.component.AbstractPipelineComponent
      extended by org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
          extended by org.apache.cocoon.pipeline.component.sax.AbstractGenerator
All Implemented Interfaces:
PipelineComponent, Producer, XMLProducer, Starter
Direct Known Subclasses:
FileGenerator

public abstract class AbstractGenerator
extends AbstractXMLProducer
implements Starter


Constructor Summary
AbstractGenerator()
           
 
Method Summary
 
Methods inherited from class org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
getXMLConsumer, setConsumer, setXMLConsumer, toString
 
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, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.pipeline.component.Starter
execute
 
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent
finish, setConfiguration, setup
 

Constructor Detail

AbstractGenerator

public AbstractGenerator()


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