org.apache.cocoon.woody.transformation
Class EffectPipe.Output

java.lang.Object
  extended by org.apache.avalon.framework.logger.AbstractLogEnabled
      extended by org.apache.cocoon.xml.AbstractXMLProducer
          extended by org.apache.cocoon.xml.AbstractXMLPipe
              extended by org.apache.cocoon.woody.transformation.EffectPipe.Output
All Implemented Interfaces:
Poolable, Recyclable, LogEnabled, XMLPipe, XMLProducer, XMLConsumer, ContentHandler, LexicalHandler
Enclosing class:
EffectPipe

protected class EffectPipe.Output
extends AbstractXMLPipe


Field Summary
protected  EffectPipe.Element element
           
 
Fields inherited from class org.apache.cocoon.xml.AbstractXMLProducer
contentHandler, EMPTY_CONTENT_HANDLER, lexicalHandler, xmlConsumer
 
Constructor Summary
EffectPipe.Output()
           
 
Method Summary
 void attribute(String name, String value)
           
 void attribute(String prefix, String uri, String name, String value)
           
 void attributes()
           
 void attributes(Attributes attrs)
           
 void buffer()
           
protected  void bufferFini()
           
protected  void bufferInit()
           
 void copy()
           
 void copyAttribute(String prefix, String uri, String name)
           
 void element()
           
 void element(String loc)
           
 void element(String loc, Attributes attrs)
           
 void element(String prefix, String uri, String loc)
           
 void element(String prefix, String uri, String loc, Attributes attrs)
           
 void endElement()
           
 void endElement(String uri, String loc, String raw)
          Receive notification of the end of an element.
 void endPrefixMapping()
           
protected  SaxBuffer getBuffer()
           
 void startElement()
           
 void startElement(String uri, String loc, String raw, Attributes attrs)
          Receive notification of the beginning of an element.
 void startPrefixMapping()
           
 
Methods inherited from class org.apache.cocoon.xml.AbstractXMLPipe
characters, comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping
 
Methods inherited from class org.apache.cocoon.xml.AbstractXMLProducer
recycle, setConsumer, setContentHandler, setLexicalHandler
 
Methods inherited from class org.apache.avalon.framework.logger.AbstractLogEnabled
enableLogging, getLogger, setupLogger, setupLogger, setupLogger
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.xml.XMLProducer
setConsumer
 

Field Detail

element

protected EffectPipe.Element element
Constructor Detail

EffectPipe.Output

public EffectPipe.Output()
Method Detail

startPrefixMapping

public void startPrefixMapping()
                        throws SAXException
Throws:
SAXException

endPrefixMapping

public void endPrefixMapping()
                      throws SAXException
Throws:
SAXException

element

public void element(String prefix,
                    String uri,
                    String loc,
                    Attributes attrs)
             throws SAXException
Throws:
SAXException

element

public void element(String prefix,
                    String uri,
                    String loc)
             throws SAXException
Throws:
SAXException

element

public void element(String loc,
                    Attributes attrs)
             throws SAXException
Throws:
SAXException

element

public void element(String loc)
             throws SAXException
Throws:
SAXException

element

public void element()
             throws SAXException
Throws:
SAXException

attribute

public void attribute(String prefix,
                      String uri,
                      String name,
                      String value)
               throws SAXException
Throws:
SAXException

attribute

public void attribute(String name,
                      String value)
               throws SAXException
Throws:
SAXException

copyAttribute

public void copyAttribute(String prefix,
                          String uri,
                          String name)
                   throws SAXException
Throws:
SAXException

attributes

public void attributes(Attributes attrs)
                throws SAXException
Throws:
SAXException

attributes

public void attributes()
                throws SAXException
Throws:
SAXException

startElement

public void startElement()
                  throws SAXException
Throws:
SAXException

endElement

public void endElement()
                throws SAXException
Throws:
SAXException

startElement

public void startElement(String uri,
                         String loc,
                         String raw,
                         Attributes attrs)
                  throws SAXException
Description copied from class: AbstractXMLPipe
Receive notification of the beginning of an element.

Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class AbstractXMLPipe
Parameters:
uri - The Namespace URI, or the empty string if the element has no Namespace URI or if Namespace processing is not being performed.
loc - The local name (without prefix), or the empty string if Namespace processing is not being performed.
raw - The raw XML 1.0 name (with prefix), or the empty string if raw names are not available.
attrs - The attributes attached to the element. If there are no attributes, it shall be an empty Attributes object.
Throws:
SAXException

endElement

public void endElement(String uri,
                       String loc,
                       String raw)
                throws SAXException
Description copied from class: AbstractXMLPipe
Receive notification of the end of an element.

Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class AbstractXMLPipe
Parameters:
uri - The Namespace URI, or the empty string if the element has no Namespace URI or if Namespace processing is not being performed.
loc - The local name (without prefix), or the empty string if Namespace processing is not being performed.
raw - The raw XML 1.0 name (with prefix), or the empty string if raw names are not available.
Throws:
SAXException

copy

public void copy()
          throws SAXException
Throws:
SAXException

bufferInit

protected void bufferInit()

bufferFini

protected void bufferFini()

getBuffer

protected SaxBuffer getBuffer()

buffer

public void buffer()
            throws SAXException
Throws:
SAXException


Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.