Annotation Type SetTop
-
@Documented @Retention(RUNTIME) @Target(METHOD) @DigesterRule(reflectsRule=SetTopRule.class, handledBy=SetTopHandler.class) public @interface SetTop
Methods annotated withSetTop
will be bound withSetTopRule
digester rule.- Since:
- 2.1
- See Also:
Digester.addSetTop(String,String,String)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
pattern
The element matching pattern.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description boolean
fireOnBegin
Marks the rule be invoked whenbegin
orend
events match.java.lang.String
namespaceURI
The namespace URI for which this Rule is relevant, if any.
-