Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.taglibs.rdc.scxml
Class SCXMLDigester.SetExecutableParentRule  view SCXMLDigester.SetExecutableParentRule download SCXMLDigester.SetExecutableParentRule.java

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


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)
          This method is called when the end of a matching XML element is encountered.
 
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)
Description copied from class: org.apache.commons.digester.Rule
This method is called when the end of a matching XML element is encountered. The default implementation delegates to the deprecated method end 55 without the namespace and name parameters, to retain backwards compatibility.