org.apache.taglibs.rdc.scxml
Class SCXMLDigester.DigestSrcAttributeRule

java.lang.Object
  extended byorg.apache.commons.digester.Rule
      extended byorg.apache.taglibs.rdc.scxml.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

Author:
Rahul Akolkar

Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
SCXMLDigester.DigestSrcAttributeRule(PathResolver sc)
           
 
Method Summary
 void begin(java.lang.String namespace, java.lang.String name, org.xml.sax.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.DigestSrcAttributeRule

public SCXMLDigester.DigestSrcAttributeRule(PathResolver sc)
Method Detail

begin

public void begin(java.lang.String namespace,
                  java.lang.String name,
                  org.xml.sax.Attributes attributes)


Copyright ? 2000-2004 The Apache Software Foundation. All Rights Reserved.