org.apache.taglibs.rdc.scxml
Class SCXMLDigester.SetExecutableParentRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.apache.taglibs.rdc.scxml.SCXMLDigester.SetExecutableParentRule
Enclosing class:
SCXMLDigester

public static class SCXMLDigester.SetExecutableParentRule
extends org.apache.commons.digester.Rule

Custom digestion rule for setting Executable parent of Action elements

Author:
Rahul Akolkar

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
SCXMLDigester.SetExecutableParentRule()
           
 
Method Summary
 void end(java.lang.String namespace, java.lang.String name)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, begin, body, body, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SCXMLDigester.SetExecutableParentRule

public SCXMLDigester.SetExecutableParentRule()
Method Detail

end

public void end(java.lang.String namespace,
                java.lang.String name)


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.