@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) @DigesterRule(reflectsRule=CallParamRule.class, providedBy=StackCallParamRuleProvider.class) public @interface StackCallParam
StackCallParam
will be bound
with CallParamRule
digester rule.Digester.addCallParam(String,int,int)
Modifier and Type | Required Element and Description |
---|---|
String |
pattern
The element matching pattern.
|
Modifier and Type | Optional Element and Description |
---|---|
int |
stackIndex
The call parameter to the stackIndex'th object down the stack, where 0 is
the top of the stack, 1 the next element down and so on.
|
public abstract String pattern
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.