public class

OptionRule

extends Rule
java.lang.Object
   ↳ org.apache.commons.digester.Rule
     ↳ org.apache.commons.betwixt.digester.OptionRule

Class Overview

Maps option tree to an option in the Options on the current description.

Summary

[Expand]
Inherited Fields
From class org.apache.commons.digester.Rule
Public Constructors
OptionRule()
Public Methods
void begin(String namespace, String name, Attributes attributes)
void end(String namespace, String name)
Rule getNameRule()
Gets the rule that maps the name element associated with the option
Rule getValueRule()
Gets the rule that maps the value element associated with the option
[Expand]
Inherited Methods
From class org.apache.commons.digester.Rule
From class java.lang.Object

Public Constructors

public OptionRule ()

Public Methods

public void begin (String namespace, String name, Attributes attributes)

public void end (String namespace, String name)

public Rule getNameRule ()

Gets the rule that maps the name element associated with the option

Returns
  • Rule, not null

public Rule getValueRule ()

Gets the rule that maps the value element associated with the option

Returns
  • Rule, not null