org.apache.cocoon.pipeline.component.sax
Class XMLSerializer
java.lang.Object
org.apache.cocoon.pipeline.component.sax.XMLConsumerAdapter
org.apache.cocoon.pipeline.util.AbstractXMLPipe
org.apache.cocoon.pipeline.component.sax.AbstractSerializer
org.apache.cocoon.pipeline.component.sax.XMLSerializer
- All Implemented Interfaces:
- CachingPipelineComponent, Consumer, Finisher, PipelineComponent, XMLConsumer, ContentHandler, LexicalHandler
public class XMLSerializer
- extends AbstractSerializer
- implements CachingPipelineComponent
Methods inherited from class org.apache.cocoon.pipeline.util.AbstractXMLPipe |
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping |
XMLSerializer
public XMLSerializer()
XMLSerializer
public XMLSerializer(Properties format)
setup
public void setup(Map<String,Object> inputParameters)
- Description copied from class:
AbstractSerializer
- The shared object map for this pipeline run.
- Specified by:
setup
in interface PipelineComponent
- Overrides:
setup
in class AbstractSerializer
- Parameters:
inputParameters
- A Map
of parameters that are available to all PipelineComponent
s. This is a
modifiable map that can be changed by this pipeline component.- See Also:
PipelineComponent.setup(java.util.Map)
constructCacheKey
public CacheKey constructCacheKey()
- Specified by:
constructCacheKey
in interface CachingPipelineComponent
setFormat
public void setFormat(Properties format)
setOutputStream
public void setOutputStream(OutputStream outputStream)
- Description copied from class:
AbstractSerializer
-
- Specified by:
setOutputStream
in interface Finisher
- Overrides:
setOutputStream
in class AbstractSerializer
- See Also:
Finisher.setOutputStream(java.io.OutputStream)
Copyright © 2008 The Apache Software Foundation. All Rights Reserved.