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

java.lang.Object
  |
  +--org.apache.commons.digester.Rule
        |
        +--org.apache.commons.scxml.io.SCXMLDigester.UpdateFinalizeRule
Enclosing class:
SCXMLDigester

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

Custom digestion rule for setting state parent of finalize.


Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
SCXMLDigester.UpdateFinalizeRule()
           
 
Method Summary
 void begin(String namespace, String name, Attributes attributes)
           
 
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, 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.UpdateFinalizeRule

public SCXMLDigester.UpdateFinalizeRule()
Method Detail

begin

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


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