@Documented @Retention(value=RUNTIME) @Target(value=METHOD) @DigesterRule(reflectsRule=SetTopRule.class, handledBy=SetTopHandler.class) public @interface SetTop
SetTop
will be bound with SetTopRule
digester rule.Digester.addSetTop(String,String,String)
Modifier and Type | Required Element and Description |
---|---|
String |
pattern
The element matching pattern.
|
Modifier and Type | Optional Element and Description |
---|---|
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.
|
public abstract boolean fireOnBegin
begin
or end
events match.public abstract String namespaceURI
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.