org.apache.cocoon.transformation.constrained
Class ElementValueEvent

java.lang.Object
  extended byjava.util.EventObject
      extended byorg.apache.cocoon.transformation.constrained.ContainerElementEndEvent
          extended byorg.apache.cocoon.transformation.constrained.ElementValueEvent
All Implemented Interfaces:
Serializable

public class ElementValueEvent
extends ContainerElementEndEvent

Version:
CVS $Id: ElementValueEvent.java 156626 2005-03-09 09:43:39Z cziegeler $
Author:
Nicola Ken Barozzi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ElementValueEvent(Object source, String elementName, String elementValue, Attributes elementAttributes)
           
 
Method Summary
 String getAttribute(String attributeName)
           
 Attributes getAttributes()
           
 String getElementValue()
           
 
Methods inherited from class org.apache.cocoon.transformation.constrained.ContainerElementEndEvent
getElementName, getSource
 
Methods inherited from class java.util.EventObject
toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ElementValueEvent

public ElementValueEvent(Object source,
                         String elementName,
                         String elementValue,
                         Attributes elementAttributes)
Method Detail

getElementValue

public String getElementValue()

getAttributes

public Attributes getAttributes()

getAttribute

public String getAttribute(String attributeName)


Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.