@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @DigesterRule(reflectsRule=CallMethodRule.class, handledBy=CallMethodHandler.class) public @interface CallMethod
CallMethod will be bound with CallMethodRule digester rule.Digester.addCallMethod(String,String,int,Class[])| Modifier and Type | Required Element and Description |
|---|---|
String |
pattern
The element matching pattern.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
namespaceURI
The namespace URI for which this Rule is relevant, if any.
|
boolean |
usingElementBodyAsArgument
Marks the
CallMethodRule to be invoked using the matching element body as argument. |
public abstract String namespaceURI
public abstract boolean usingElementBodyAsArgument
CallMethodRule to be invoked using the matching element body as argument.Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.