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

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.StringGenerator
All Implemented Interfaces:
PipelineComponent, Producer, XMLProducer, Starter

public class StringGenerator
extends AbstractXMLProducer
implements Starter


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

Constructor Detail

StringGenerator

public StringGenerator(String xmlString)
Method Detail

execute

public void execute()

Specified by:
execute in interface Starter
See Also:
Starter.execute()

toString

public String toString()
Overrides:
toString in class AbstractXMLProducer


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