Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » [javadoc | source]
org.apache.commons.digester
public class: PathCallParamRule [javadoc | source]
java.lang.Object
   org.apache.commons.digester.Rule
      org.apache.commons.digester.PathCallParamRule

Rule implementation that saves a parameter containing the Digester matching path for use by a surrounding CallMethodRule. This Rule is most useful when making extensive use of wildcards in rule patterns.

Field Summary
protected  int paramIndex    The zero-relative index of the parameter we are saving. 
Fields inherited from org.apache.commons.digester.Rule:
digester,  namespaceURI
Constructor:
 public PathCallParamRule(int paramIndex) 
Method from org.apache.commons.digester.PathCallParamRule Summary:
begin,   toString
Methods from org.apache.commons.digester.Rule:
begin,   begin,   body,   body,   end,   end,   finish,   getDigester,   getNamespaceURI,   setDigester,   setNamespaceURI
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.PathCallParamRule Detail:
 public  void begin(String namespace,
    String name,
    Attributes attributes) throws Exception 
    Process the start of this element.
 public String toString() 
    Render a printable version of this Rule.