Annotation Type SetTop
-
@Documented @Retention(RUNTIME) @Target(METHOD) @DigesterRule(reflectsRule=SetTopRule.class, handledBy=SetTopHandler.class) public @interface SetTop
Methods annotated withSetTopwill be bound withSetTopRuledigester rule.- Since:
- 2.1
- See Also:
Digester.addSetTop(String,String,String)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringpatternThe element matching pattern.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanfireOnBeginMarks the rule be invoked whenbeginorendevents match.java.lang.StringnamespaceURIThe namespace URI for which this Rule is relevant, if any.
-
-
-
Element Detail
-
pattern
java.lang.String pattern
The element matching pattern.
-
-
-
fireOnBegin
boolean fireOnBegin
Marks the rule be invoked whenbeginorendevents match.- Default:
- false
-
-
-
namespaceURI
java.lang.String namespaceURI
The namespace URI for which this Rule is relevant, if any.- Since:
- 3.0
- Default:
- ""
-
-