|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.digester.Rule
org.apache.commons.scxml.io.SCXMLDigester.UpdateModelRule
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 |
public SCXMLDigester.UpdateModelRule(SCXML scxml)
scxml
- The root SCXML objectMethod Detail |
public final void end(String namespace, String name)
Rule.end(String, String)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |