org.apache.cocoon.transformation
Interface Transformer

All Superinterfaces:
org.apache.avalon.framework.component.Component, org.xml.sax.ContentHandler, org.xml.sax.ext.LexicalHandler, SitemapModelComponent, XMLConsumer, XMLPipe, XMLProducer
All Known Implementing Classes:
AbstractDOMTransformer, AbstractTransformer, TraxTransformer, XTTransformer, LinkTranslator

public interface Transformer
extends XMLPipe, SitemapModelComponent

Version:
CVS $Id: Transformer.java,v 1.4 2002/02/22 07:03:56 cziegeler Exp $
Author:
Pierpaolo Fumagalli (Apache Software Foundation, Exoffice Technologies)

Field Summary
static java.lang.String ROLE
           
 
Methods inherited from interface org.xml.sax.ContentHandler
characters, endDocument, endElement, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startDocument, startElement, startPrefixMapping
 
Methods inherited from interface org.xml.sax.ext.LexicalHandler
comment, endCDATA, endDTD, endEntity, startCDATA, startDTD, startEntity
 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
 
Methods inherited from interface org.apache.cocoon.sitemap.SitemapModelComponent
setup
 

Field Detail

ROLE

public static final java.lang.String ROLE


Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.