public class OptionRule
extends org.apache.commons.digester.Rule
Options
on the current description.| Constructor and Description |
|---|
OptionRule() |
| Modifier and Type | Method and Description |
|---|---|
void |
begin(String namespace,
String name,
org.xml.sax.Attributes attributes) |
void |
end(String namespace,
String name) |
org.apache.commons.digester.Rule |
getNameRule()
Gets the rule that maps the
name element
associated with the option |
org.apache.commons.digester.Rule |
getValueRule()
Gets the rule that maps the
value element
associated with the option |
public void begin(String namespace, String name, org.xml.sax.Attributes attributes) throws Exception
begin in class org.apache.commons.digester.RuleExceptionRule.begin(java.lang.String, java.lang.String, Attributes)public void end(String namespace, String name)
end in class org.apache.commons.digester.RuleRule.end(java.lang.String, java.lang.String)public org.apache.commons.digester.Rule getNameRule()
name element
associated with the optionRule, not nullpublic org.apache.commons.digester.Rule getValueRule()
value element
associated with the optionRule, not nullCopyright © 2002-2013 Apache Software Foundation. All Rights Reserved.