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

java.lang.Object
  extended by org.apache.commons.digester.Rule
      extended by org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertiesAliasRule
Enclosing class:
DigesterRuleParser

protected class DigesterRuleParser.SetPropertiesAliasRule
extends Rule

A rule for adding a attribute-property alias to the custom alias mappings of the containing SetPropertiesRule rule.


Field Summary
 
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
 
Constructor Summary
DigesterRuleParser.SetPropertiesAliasRule()
          Base constructor.
 
Method Summary
 void begin(org.xml.sax.Attributes attributes)
          Add the alias to the SetPropertiesRule 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.SetPropertiesAliasRule

public DigesterRuleParser.SetPropertiesAliasRule()

Base constructor.

Method Detail

begin

public void begin(org.xml.sax.Attributes attributes)
Add the alias to the SetPropertiesRule object created by the enclosing tag.

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


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