org.apache.cocoon.sax
Class AbstractSAXGenerator

java.lang.Object
  extended by org.apache.cocoon.pipeline.component.AbstractPipelineComponent
      extended by org.apache.cocoon.sax.AbstractSAXPipelineComponent
          extended by org.apache.cocoon.sax.AbstractSAXProducer
              extended by org.apache.cocoon.sax.AbstractSAXGenerator
All Implemented Interfaces:
PipelineComponent, Producer, Starter, SAXPipelineComponent, SAXProducer
Direct Known Subclasses:
BetwixtBeanGenerator, CalendarGenerator, CSVGenerator, DirectoryGenerator, JAXBGenerator, NekoGenerator, ProfilingGenerator, TimestampGenerator, XMLGenerator

public abstract class AbstractSAXGenerator
extends AbstractSAXProducer
implements Starter


Constructor Summary
protected AbstractSAXGenerator()
           
 
Method Summary
 
Methods inherited from class org.apache.cocoon.sax.AbstractSAXProducer
getSAXConsumer, setConsumer, setSAXConsumer, 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

AbstractSAXGenerator

protected AbstractSAXGenerator()


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