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

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

Deprecated. Will be removed in version 1.0

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

Custom digestion rule for setting PathResolver for runtime retrieval.


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

public SCXMLDigester.SetPathResolverRule(PathResolver pr)
Deprecated. 
Constructor.

Parameters:
pr - The PathResolver
See Also:
PathResolver
Method Detail

begin

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


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