org.apache.cocoon.transformation
Interface TransformerFactory.Instance

All Superinterfaces:
ContentHandler, LexicalHandler, SitemapModelComponent, Transformer, XMLConsumer, XMLConsumer, XMLPipe, XMLProducer
Enclosing interface:
TransformerFactory

public static interface TransformerFactory.Instance
extends Transformer

Instance of the Transformer created by the TransformerFactory


Field Summary
 
Fields inherited from interface org.apache.cocoon.transformation.Transformer
ROLE
 
Method Summary
 TransformerFactory getFactory()
           
 
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
 

Method Detail

getFactory

public TransformerFactory getFactory()
Returns:
TransformerFactory which created this Transformer instance


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.