org.apache.commons.digester.xmlrules

Class 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.

Field Summary

Fields inherited from class org.apache.commons.digester.Rule

digester, namespaceURI

Constructor Summary

SetNestedPropertiesAliasRule()
Base constructor.

Method Summary

void
begin(Attributes attributes)
Add the alias to the SetNestedPropertiesRule object created by the enclosing tag.

Methods inherited from class org.apache.commons.digester.Rule

begin, begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI

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 tag.
Overrides:
begin in interface Rule


Copyright 2001-2005 The Apache Software Foundation.