This project has retired. For details please refer to its
Attic page .
Transformer (Cocoon Pipeline API 1.0.0 API)
org.apache.cocoon.transformation
Interface Transformer
All Superinterfaces: ContentHandler , LexicalHandler , SitemapModelComponent , XMLConsumer , XMLConsumer , XMLPipe , XMLProducer
public interface Transformer extends XMLPipe , SitemapModelComponent
A transformer is the zero to several intermediate points in a pipeline.
It "transforms" incoming XML arriving as SAX events from the pipeline
and sends modified XML as SAX events down the pipeline.
Version:
$Id: Transformer.html 1304280 2012-03-23 11:18:01Z ilgrosso $
Methods inherited from interface org.xml.sax.ContentHandler
characters , endDocument , endElement , endPrefixMapping , ignorableWhitespace , processingInstruction , setDocumentLocator , skippedEntity , startDocument , startElement , startPrefixMapping
ROLE
public static final String ROLE
Copyright © 1999-2008 The Apache Software Foundation . All Rights Reserved.