org.apache.commons.digester.xmlrules
Class DigesterRuleParser.SetNestedPropertiesAliasRule

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by 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.


Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
DigesterRuleParser.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, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigesterRuleParser.SetNestedPropertiesAliasRule

public DigesterRuleParser.SetNestedPropertiesAliasRule()

Base constructor.

Method Detail

begin

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

Overrides:
begin in class Rule
Parameters:
attributes - The attribute list of this element


Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.