public static class SCXMLDigester.DigestSrcAttributeRule
extends org.apache.commons.digester.Rule
| Constructor and Description |
|---|
SCXMLDigester.DigestSrcAttributeRule(List customActions,
PathResolver pr)
Deprecated.
Constructor.
|
SCXMLDigester.DigestSrcAttributeRule(SCXML root,
List customActions,
PathResolver pr)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
begin(String namespace,
String name,
Attributes attributes)
Deprecated.
|
public SCXMLDigester.DigestSrcAttributeRule(List customActions, PathResolver pr)
pr - The PathResolvercustomActions - The list of custom actions this digester needs
to be able to processPathResolver,
TODO: Remove in v1.0public SCXMLDigester.DigestSrcAttributeRule(SCXML root, List customActions, PathResolver pr)
root - The root document, if this one is src'ed inpr - The PathResolvercustomActions - The list of custom actions this digester needs
to be able to processPathResolver,
CustomActionpublic final void begin(String namespace, String name, Attributes attributes)
begin in class org.apache.commons.digester.RuleRule.begin(String, String, Attributes)Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.