Save This Page
Home » commons-digester-1.8-src » org.apache.commons » digester » xmlrules » [javadoc | source]
org.apache.commons.digester.xmlrules
protected class: DigesterRuleParser.SetPropertiesAliasRule [javadoc | source]
java.lang.Object
   org.apache.commons.digester.Rule
      org.apache.commons.digester.xmlrules.DigesterRuleParser$SetPropertiesAliasRule
A rule for adding a attribute-property alias to the custom alias mappings of the containing SetPropertiesRule rule.
Fields inherited from org.apache.commons.digester.Rule:
digester,  namespaceURI
Constructor:
 public SetPropertiesAliasRule() 
Method from org.apache.commons.digester.xmlrules.DigesterRuleParser$SetPropertiesAliasRule Summary:
begin
Methods from org.apache.commons.digester.Rule:
begin,   begin,   body,   body,   end,   end,   finish,   getDigester,   getNamespaceURI,   setDigester,   setNamespaceURI
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.commons.digester.xmlrules.DigesterRuleParser$SetPropertiesAliasRule Detail:
 public  void begin(Attributes attributes) 
    Add the alias to the SetPropertiesRule object created by the enclosing tag.