org.apache.cocoon.transformation
Class VirtualPipelineTransformer
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.cocoon.xml.AbstractXMLProducer
org.apache.cocoon.xml.AbstractXMLPipe
org.apache.cocoon.sitemap.impl.AbstractVirtualSitemapComponent
org.apache.cocoon.transformation.VirtualPipelineTransformer
- All Implemented Interfaces:
- Configurable, ContentHandler, Contextualizable, LexicalHandler, LogEnabled, Poolable, Recyclable, Serviceable, SitemapModelComponent, Transformer, XMLConsumer, XMLConsumer, XMLPipe, XMLProducer
- public class VirtualPipelineTransformer
- extends AbstractVirtualSitemapComponent
- implements Transformer
Fields inherited from interface org.apache.cocoon.transformation.Transformer |
ROLE |
Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe |
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDTD, startElement, startEntity, startPrefixMapping |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VirtualPipelineTransformer
public VirtualPipelineTransformer()
getTypeName
protected String getTypeName()
- Specified by:
getTypeName
in class AbstractVirtualSitemapComponent
setConsumer
public void setConsumer(XMLConsumer consumer)
- Set the
XMLConsumer
that will receive XML data.
And set up the internal pipeline for processing.
- Specified by:
setConsumer
in interface XMLProducer
- Overrides:
setConsumer
in class AbstractXMLProducer
startDocument
public void startDocument()
throws SAXException
- Description copied from class:
AbstractXMLPipe
- Receive notification of the beginning of a document.
- Specified by:
startDocument
in interface ContentHandler
- Overrides:
startDocument
in class AbstractXMLPipe
- Throws:
SAXException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.