org.apache.commons.scxml.io
Class SCXMLDigester.DigestSrcAttributeRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.commons.scxml.io.SCXMLDigester.DigestSrcAttributeRule
- Enclosing class:
- SCXMLDigester
- public static class SCXMLDigester.DigestSrcAttributeRule
- extends org.apache.commons.digester.Rule
Custom digestion rule for external sources, that is, the src attribute of
the <state> element.
Fields inherited from class org.apache.commons.digester.Rule |
digester, namespaceURI |
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 |
SCXMLDigester.DigestSrcAttributeRule
public SCXMLDigester.DigestSrcAttributeRule(List customActions,
PathResolver pr)
- Constructor.
- Parameters:
pr
- The PathResolvercustomActions
- The list of custom actions this digester needs
to be able to process- See Also:
PathResolver
,
CustomAction
begin
public final void begin(String namespace,
String name,
Attributes attributes)
- See Also:
Rule.begin(String, String, Attributes)
Copyright © 2005-2006 The Apache Software Foundation. All Rights Reserved.