Save This Page
Home » cocoon-2.1.11-src » org.apache » cocoon » transformation » [javadoc | source]
org.apache.cocoon.transformation
public class: FilterTransformer [javadoc | source]
java.lang.Object
   org.apache.avalon.framework.logger.AbstractLogEnabled
      org.apache.cocoon.xml.AbstractXMLProducer
         org.apache.cocoon.xml.AbstractXMLPipe
            org.apache.cocoon.transformation.AbstractTransformer
               org.apache.cocoon.transformation.FilterTransformer

All Implemented Interfaces:
    CacheableProcessingComponent, Transformer, XMLPipe, org.apache.avalon.excalibur.pool.Recyclable, XMLProducer

Field Summary
protected  int counter     
protected  int count     
protected  int blocknr     
protected  int currentBlocknr     
protected  String elementName     
protected  String parentName     
protected  boolean skip     
protected  boolean foundIt     
Fields inherited from org.apache.cocoon.xml.AbstractXMLProducer:
EMPTY_CONTENT_HANDLER,  xmlConsumer,  contentHandler,  lexicalHandler
Method from org.apache.cocoon.transformation.FilterTransformer Summary:
characters,   comment,   endCDATA,   endElement,   endEntity,   getKey,   getValidity,   processingInstruction,   setup,   startCDATA,   startElement,   startEntity
Methods from org.apache.cocoon.xml.AbstractXMLPipe:
characters,   comment,   endCDATA,   endDTD,   endDocument,   endElement,   endEntity,   endPrefixMapping,   ignorableWhitespace,   processingInstruction,   setDocumentLocator,   skippedEntity,   startCDATA,   startDTD,   startDocument,   startElement,   startEntity,   startPrefixMapping
Methods from org.apache.cocoon.xml.AbstractXMLProducer:
recycle,   setConsumer,   setContentHandler,   setLexicalHandler
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.cocoon.transformation.FilterTransformer Detail:
 public  void characters(char[] c,
    int start,
    int len) throws SAXException 
 public  void comment(char[] ch,
    int start,
    int len) throws SAXException 
 public  void endCDATA() throws SAXException 
 public  void endElement(String uri,
    String name,
    String raw) throws SAXException 
 public  void endEntity(String name) throws SAXException 
 public Serializable getKey() 
    Generate the unique key. This key must be unique inside the space of this component. This method must be invoked before the generateValidity() method.
 public SourceValidity getValidity() 
    Generate the validity object. Before this method can be invoked the generateKey() method must be invoked.
 public  void processingInstruction(String target,
    String data) throws SAXException 
 public  void setup(SourceResolver resolver,
    Map objectModel,
    String source,
    Parameters parameters) throws IOException, SAXException, ProcessingException 
    BEGIN SitemapComponent methods
 public  void startCDATA() throws SAXException 
 public  void startElement(String uri,
    String name,
    String raw,
    Attributes attributes) throws SAXException 
    BEGIN SAX ContentHandler handlers
 public  void startEntity(String name) throws SAXException