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

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

protected class EffectWidgetReplacingPipe.ContinuationIdHandler
extends EffectPipe.ErrorHandler

Handles ft:continuation-id element.

 <ft:continuation-id/>
 


Constructor Summary
protected EffectWidgetReplacingPipe.ContinuationIdHandler()
           
 
Method Summary
 void endElement(String uri, String loc, String raw)
           
protected  String getName()
           
 EffectPipe.Handler startElement(String uri, String loc, String raw, Attributes attrs)
           
 
Methods inherited from class org.apache.cocoon.forms.transformation.EffectPipe.ErrorHandler
characters, comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, processingInstruction, skippedEntity, startCDATA, startDocument, startDTD, startEntity, startPrefixMapping
 
Methods inherited from class org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
ignorableWhitespace, nestedElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EffectWidgetReplacingPipe.ContinuationIdHandler

protected EffectWidgetReplacingPipe.ContinuationIdHandler()
Method Detail

getName

protected String getName()
Overrides:
getName in class EffectPipe.ErrorHandler

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.ErrorHandler
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.ErrorHandler
Throws:
SAXException


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