org.apache.commons.scxml.io
Class SCXMLDigester.SetExecutableParentRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.commons.scxml.io.SCXMLDigester.SetExecutableParentRule
Enclosing class:
SCXMLDigester

Deprecated. Will be removed in version 1.0

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()
          Deprecated. Constructor.
 
Method Summary
 void end(String namespace, String name)
          Deprecated.  
 
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()
Deprecated. 
Constructor.

Method Detail

end

public final void end(String namespace,
                      String name)
Deprecated. 
Overrides:
end in class org.apache.commons.digester.Rule
See Also:
Rule.end(String, String)


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