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

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.IncludeTransformer
All Implemented Interfaces:
Consumer, PipelineComponent, Producer, XMLConsumer, XMLProducer, ContentHandler, LexicalHandler

public class IncludeTransformer
extends AbstractTransformer


Constructor Summary
IncludeTransformer()
           
 
Method Summary
 void endElement(String uri, String localName, String name)
           
 void setBaseUrl(URL baseUrl)
           
 void setConfiguration(Map<String,? extends Object> configuration)
           
 void startElement(String uri, String localName, String name, Attributes atts)
           
 String toString()
           
 
Methods inherited from class org.apache.cocoon.pipeline.component.sax.AbstractTransformer
characters, comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, endSAXRecording, ignorableWhitespace, processingInstruction, removeRecorder, sendEndPrefixMapping, sendStartPrefixMapping, setDocumentLocator, setRecorder, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping, startSAXRecording
 
Methods inherited from class org.apache.cocoon.pipeline.component.sax.AbstractXMLProducer
getXMLConsumer, setConsumer, setXMLConsumer
 
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

IncludeTransformer

public IncludeTransformer()
Method Detail

startElement

public void startElement(String uri,
                         String localName,
                         String name,
                         Attributes atts)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class AbstractTransformer
Throws:
SAXException

endElement

public void endElement(String uri,
                       String localName,
                       String name)
                throws SAXException
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class AbstractTransformer
Throws:
SAXException

setConfiguration

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

setBaseUrl

public void setBaseUrl(URL baseUrl)

toString

public String toString()
Overrides:
toString in class AbstractXMLProducer


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