org.apache.commons.digester.xmlrules

Class DigesterRuleParser.SetPropertiesAliasRule

protected class DigesterRuleParser.SetPropertiesAliasRule extends Rule

A rule for adding a attribute-property alias to the custom alias mappings of the containing SetPropertiesRule rule.
Constructor Summary
SetPropertiesAliasRule()

Base constructor.

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

Constructor Detail

SetPropertiesAliasRule

public SetPropertiesAliasRule()

Base constructor.

Method Detail

begin

public void begin(Attributes attributes)
Add the alias to the SetPropertiesRule object created by the enclosing tag.
Copyright © 2001-2010 Apache Software Foundation. All Rights Reserved.