org.apache.cocoon.forms.transformation
Class EffectWidgetReplacingPipe.RepeaterRowsHandler

java.lang.Object
  extended byorg.apache.cocoon.forms.transformation.EffectPipe.NullHandler
      extended byorg.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
          extended byorg.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.RepeaterRowsHandler
All Implemented Interfaces:
EffectPipe.Handler
Enclosing class:
EffectWidgetReplacingPipe

protected class EffectWidgetReplacingPipe.RepeaterRowsHandler
extends EffectPipe.BufferHandler

Handles ft:repeater-rows element.


Constructor Summary
protected EffectWidgetReplacingPipe.RepeaterRowsHandler()
           
 
Method Summary
 void endElement(String uri, String loc, String raw)
           
 EffectPipe.Handler nestedElement(String uri, String loc, String raw, Attributes attrs)
          Called before startElement, handler can decide what other handler should process next startElement.
 EffectPipe.Handler startElement(String uri, String loc, String raw, Attributes attrs)
           
 
Methods inherited from class org.apache.cocoon.forms.transformation.EffectPipe.BufferHandler
characters, comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, setDocumentLocator, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectWidgetReplacingPipe.RepeaterRowsHandler

protected EffectWidgetReplacingPipe.RepeaterRowsHandler()
Method Detail

startElement

public EffectPipe.Handler startElement(String uri,
                                       String loc,
                                       String raw,
                                       Attributes attrs)
                                throws SAXException
Specified by:
startElement in interface EffectPipe.Handler
Overrides:
startElement in class EffectPipe.BufferHandler
Throws:
SAXException

nestedElement

public EffectPipe.Handler nestedElement(String uri,
                                        String loc,
                                        String raw,
                                        Attributes attrs)
                                 throws SAXException
Description copied from interface: EffectPipe.Handler
Called before startElement, handler can decide what other handler should process next startElement.

Specified by:
nestedElement in interface EffectPipe.Handler
Overrides:
nestedElement in class EffectPipe.NullHandler
Throws:
SAXException

endElement

public void endElement(String uri,
                       String loc,
                       String raw)
                throws SAXException
Specified by:
endElement in interface EffectPipe.Handler
Overrides:
endElement in class EffectPipe.BufferHandler
Throws:
SAXException


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