Class DigesterRuleParser.SetNestedPropertiesAliasRule

java.lang.Object
org.apache.commons.digester.Rule
org.apache.commons.digester.xmlrules.DigesterRuleParser.SetNestedPropertiesAliasRule
Enclosing class:
DigesterRuleParser

protected class DigesterRuleParser.SetNestedPropertiesAliasRule extends Rule
A rule for adding a attribute-property alias to the custom alias mappings of the containing SetNestedPropertiesRule rule.
  • Constructor Details

    • SetNestedPropertiesAliasRule

      public SetNestedPropertiesAliasRule()

      Base constructor.

  • Method Details

    • begin

      public void begin(Attributes attributes)
      Add the alias to the SetNestedPropertiesRule object created by the enclosing <set-nested-properties-rule> tag.
      Overrides:
      begin in class Rule
      Parameters:
      attributes - The attribute list of this element