org.apache.commons.digester.xmlrules

Class DigesterRuleParser.SetNestedPropertiesAliasRule

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 Summary
SetNestedPropertiesAliasRule()

Base constructor.

Method Summary
voidbegin(Attributes attributes)
Add the alias to the SetNestedPropertiesRule object created by the enclosing tag.

Constructor Detail

SetNestedPropertiesAliasRule

public SetNestedPropertiesAliasRule()

Base constructor.

Method Detail

begin

public void begin(Attributes attributes)
Add the alias to the SetNestedPropertiesRule object created by the enclosing tag.
Copyright 2001-2005 The Apache Software Foundation.