Package | Description |
---|---|
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
Modifier and Type | Method and Description |
---|---|
CallParamBuilder |
LinkedRuleBuilder.callParam()
Saves a parameter for use by a surrounding
LinkedRuleBuilder.callMethod(String) . |
CallParamBuilder |
CallParamBuilder.fromAttribute(String attributeName)
Sets the attribute from which to save the parameter value.
|
CallParamBuilder |
CallParamBuilder.fromStack(boolean fromStack)
Flags the parameter to be set from the stack.
|
CallParamBuilder |
CallParamBuilder.ofIndex(int paramIndex)
Sets the zero-relative parameter number.
|
CallParamBuilder |
CallParamBuilder.withStackIndex(int stackIndex)
Sets the position of the object from the top of the stack.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.