@Documented @Retention(value=RUNTIME) @Target(value=PARAMETER) @DigesterRule(reflectsRule=PathCallParamRule.class, handledBy=PathCallParamHandler.class) public @interface PathCallParam
PathCallParam
will be bound with PathCallParamRule
digester rule.Digester.addCallParamPath(String,int)
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.
|
public abstract String namespaceURI
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.