List of usage examples for org.apache.commons.digester SetPropertyRule subclass-usage
From source file org.apache.struts.config.ConfigRuleSet.java
/**
* <p> A variant of the standard Digester <code>SetPropertyRule</code>. If
* the element being processed has a "key" attribute, then the value will be
* used to call <code>setProperty(key,value)</code> on the object on top of
* the stack, which will be assumed to be of type <code>ActionConfig</code>.
* Otherwise, the standard <code>SetPropertyRule</code> behavior is invoked,