org.apache.cocoon.pipeline.component.sax
Class XSLTTransformer

java.lang.Object
  extended by org.apache.cocoon.pipeline.component.AbstractPipelineComponent
      extended by org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
          extended by org.apache.cocoon.pipeline.component.sax.AbstractTransformer
              extended by org.apache.cocoon.pipeline.component.sax.XSLTTransformer
All Implemented Interfaces:
Consumer, PipelineComponent, Producer, XMLConsumer, XMLProducer, ContentHandler, LexicalHandler

public class XSLTTransformer
extends AbstractTransformer


Constructor Summary
XSLTTransformer()
           
XSLTTransformer(URL source)
           
XSLTTransformer(URL source, Map<String,Object> parameters)
           
 
Method Summary
 void setConfiguration(Map<String,? extends Object> configuration)
           
protected  void setXMLConsumer(XMLConsumer consumer)
           
 String toString()
           
 
Methods inherited from class org.apache.cocoon.pipeline.component.sax.AbstractTransformer
characters, comment, endCDATA, endDocument, endDTD, endElement, endEntity, endPrefixMapping, endSAXRecording, ignorableWhitespace, processingInstruction, removeRecorder, sendEndPrefixMapping, sendStartPrefixMapping, setDocumentLocator, setRecorder, skippedEntity, startCDATA, startDocument, startDTD, startElement, startEntity, startPrefixMapping, startSAXRecording
 
Methods inherited from class org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
getXMLConsumer, setConsumer
 
Methods inherited from class org.apache.cocoon.pipeline.component.AbstractPipelineComponent
finish, setup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.pipeline.component.PipelineComponent
finish, setup
 

Constructor Detail

XSLTTransformer

public XSLTTransformer()

XSLTTransformer

public XSLTTransformer(URL source)

XSLTTransformer

public XSLTTransformer(URL source,
                       Map<String,Object> parameters)
Method Detail

setConfiguration

public void setConfiguration(Map<String,? extends Object> configuration)
Specified by:
setConfiguration in interface PipelineComponent
Overrides:
setConfiguration in class AbstractPipelineComponent

setXMLConsumer

protected void setXMLConsumer(XMLConsumer consumer)
Overrides:
setXMLConsumer in class AbstractXMLProducer

toString

public String toString()
Overrides:
toString in class AbstractXMLProducer


Copyright © 2008 The Apache Software Foundation. All Rights Reserved.