|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @DigesterRule(reflectsRule=SetTopRule.class, handledBy=SetTopHandler.class) public @interface SetTop
Methods annotated with SetTop
will be bound with SetTopRule
digester rule.
Digester.addSetTop(String,String,String)
Required Element Summary | |
---|---|
String |
pattern
The element matching pattern. |
Optional Element Summary | |
---|---|
boolean |
fireOnBegin
Marks the rule be invoked when begin or end events match. |
String |
namespaceURI
The namespace URI for which this Rule is relevant, if any. |
Element Detail |
---|
public abstract String pattern
public abstract boolean fireOnBegin
begin
or end
events match.
public abstract String namespaceURI
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |