Package | Description |
---|---|
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
Modifier and Type | Method and Description |
---|---|
ObjectParamBuilder<T> |
ObjectParamBuilder.matchingAttribute(String attributeName)
The attribute which we are attempting to match.
|
<T> ObjectParamBuilder<T> |
LinkedRuleBuilder.objectParam(T paramObj)
Saves a parameter for use by a surrounding
LinkedRuleBuilder.callMethod(String) . |
ObjectParamBuilder<T> |
ObjectParamBuilder.ofIndex(int paramIndex)
The zero-relative index of the parameter we are saving.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.