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

java.lang.Object
  extended by org.apache.cocoon.forms.transformation.EffectPipe.NullHandler
      extended by org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
          extended by org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.NestedHandler
              extended by org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.GroupHandler
                  extended by org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.UnionHandler
All Implemented Interfaces:
EffectPipe.Handler
Enclosing class:
EffectWidgetReplacingPipe

protected class EffectWidgetReplacingPipe.UnionHandler
extends EffectWidgetReplacingPipe.GroupHandler

Handles ft:union element.


Constructor Summary
protected EffectWidgetReplacingPipe.UnionHandler()
           
 
Method Summary
protected  Class getWidgetClass()
           
protected  String getWidgetName()
           
 EffectPipe.Handler nestedElement(String uri, String loc, String raw, Attributes attrs)
          Called before startElement, handler can decide what other handler should process next startElement.
 
Methods inherited from class org.apache.cocoon.forms.transformation.EffectWidgetReplacingPipe.GroupHandler
endElement, startElement
 
Methods inherited from class org.apache.cocoon.forms.transformation.EffectPipe.CopyHandler
characters, comment, endCDATA, endDocument, endDTD, endEntity, endPrefixMapping, ignorableWhitespace, processingInstruction, 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.UnionHandler

protected EffectWidgetReplacingPipe.UnionHandler()
Method Detail

getWidgetClass

protected Class getWidgetClass()
Overrides:
getWidgetClass in class EffectWidgetReplacingPipe.GroupHandler

getWidgetName

protected String getWidgetName()
Overrides:
getWidgetName in class EffectWidgetReplacingPipe.GroupHandler

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


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