org.apache.commons.scxml.io
Class SCXMLDigester.ParseDataRule
java.lang.Object
  
org.apache.commons.digester.Rule
      
org.apache.commons.digester.NodeCreateRule
          
org.apache.commons.scxml.io.SCXMLDigester.ParseDataRule
- Enclosing class:
 - SCXMLDigester
 
Deprecated. Will be removed in version 1.0
public static class SCXMLDigester.ParseDataRule
- extends org.apache.commons.digester.NodeCreateRule
 
Custom digestion rule for parsing bodies of <data> elements.
 
| Fields inherited from class org.apache.commons.digester.Rule | 
digester, namespaceURI | 
 
 
 
| Methods inherited from class org.apache.commons.digester.NodeCreateRule | 
end | 
 
| Methods inherited from class org.apache.commons.digester.Rule | 
begin, body, body, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
SCXMLDigester.ParseDataRule
public SCXMLDigester.ParseDataRule(PathResolver pr)
                            throws ParserConfigurationException
- Deprecated. 
- Constructor.
- Parameters:
 pr - The PathResolver
- Throws:
 ParserConfigurationException - A JAXP configuration error
  
begin
public final void begin(String namespace,
                        String name,
                        Attributes attributes)
                 throws Exception
- Deprecated. 
- Overrides:
 begin in class org.apache.commons.digester.NodeCreateRule
 
- Throws:
 Exception- See Also:
 Rule.begin(String, String, Attributes)
 
 
end
public final void end(String namespace,
                      String name)
- Deprecated. 
- Overrides:
 end in class org.apache.commons.digester.Rule
 
- See Also:
 Rule.end(String, String)
 
 
Copyright © 2005-2007 The Apache Software Foundation. All Rights Reserved.