|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.pipeline.component.AbstractPipelineComponent org.apache.cocoon.sax.AbstractSAXPipelineComponent org.apache.cocoon.sax.AbstractSAXProducer org.apache.cocoon.sax.AbstractSAXGenerator org.apache.cocoon.sax.component.XMLGenerator
public class XMLGenerator
General purpose SAX generator that produces SAX events from different sources.
Constructor Summary | |
---|---|
XMLGenerator()
|
|
XMLGenerator(byte[] bytes)
|
|
XMLGenerator(byte[] bytes,
String encoding)
|
|
XMLGenerator(File file)
|
|
XMLGenerator(InputStream inputStream)
|
|
XMLGenerator(Node node)
|
|
XMLGenerator(org.apache.cocoon.xml.sax.SAXBuffer saxBuffer)
|
|
XMLGenerator(String xmlString)
|
|
XMLGenerator(URL url)
|
Method Summary | |
---|---|
CacheKey |
constructCacheKey()
|
void |
execute()
|
void |
setConfiguration(Map<String,? extends Object> configuration)
Pass component specific configuration parameters to the pipeline component in a generic way. |
String |
toString()
|
Methods inherited from class org.apache.cocoon.sax.AbstractSAXProducer |
---|
getSAXConsumer, setConsumer, setSAXConsumer |
Methods inherited from class org.apache.cocoon.pipeline.component.AbstractPipelineComponent |
---|
finish, 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, setup |
Constructor Detail |
---|
public XMLGenerator()
public XMLGenerator(byte[] bytes)
public XMLGenerator(byte[] bytes, String encoding)
public XMLGenerator(File file)
public XMLGenerator(InputStream inputStream)
public XMLGenerator(Node node)
public XMLGenerator(org.apache.cocoon.xml.sax.SAXBuffer saxBuffer)
public XMLGenerator(String xmlString)
public XMLGenerator(URL url)
Method Detail |
---|
public CacheKey constructCacheKey()
constructCacheKey
in interface CachingPipelineComponent
public void execute()
execute
in interface Starter
public void setConfiguration(Map<String,? extends Object> configuration)
setConfiguration
in interface PipelineComponent
setConfiguration
in class AbstractPipelineComponent
configuration
- The Map
of configuration parameters.AbstractPipelineComponent.setConfiguration(java.util.Map)
public String toString()
toString
in class AbstractSAXProducer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |