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

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

Deprecated. Will be removed in version 1.0

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

Custom digestion rule for establishing necessary associations of this TransitionTarget with the root SCXML object. These include:
1) Updation of the SCXML object's global targets Map
2) Obtaining a handle to the SCXML object's NotificationRegistry


Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
SCXMLDigester.UpdateModelRule(SCXML scxml)
          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.UpdateModelRule

public SCXMLDigester.UpdateModelRule(SCXML scxml)
Deprecated. 
Constructor.

Parameters:
scxml - The root SCXML object
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.