java.lang.Objectorg.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.
1.6 - | 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: |
|---|
|
| 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: |
|---|
|
|