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

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


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

Constructor Detail

DigesterRuleParser.SetPropertiesAliasRule

public DigesterRuleParser.SetPropertiesAliasRule(Digester digester)

Base constructor.

Parameters:
digester - the Digester used to parse the rules XML file
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
Following copied from class: org.apache.commons.digester.Rule
Parameters:
attributes - The attribute list of this element


Copyright (c) 2001-2002 - Apache Software Foundation