| org.apache.commons.betwixt.digester.OptionRule
begin | public void begin(String namespace, String name, Attributes attributes) throws Exception(Code) | | See Also: org.apache.commons.digester.Rule.begin(java.lang.Stringjava.lang.StringAttributes) |
end | public void end(String namespace, String name)(Code) | | See Also: org.apache.commons.digester.Rule.end(java.lang.Stringjava.lang.String) |
getNameRule | public Rule getNameRule()(Code) | | Gets the rule that maps the name element
associated with the option
Rule , not null |
getValueRule | public Rule getValueRule()(Code) | | Gets the rule that maps the value element
associated with the option
Rule , not null |
|
|