Class DigesterRuleParser.SetPropertiesAliasRule
java.lang.Object
org.apache.commons.digester.Rule
org.apache.commons.digester.xmlrules.DigesterRuleParser.SetPropertiesAliasRule
- Enclosing class:
- DigesterRuleParser
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
begin
(Attributes attributes) Add the alias to the SetPropertiesRule object created by the enclosing <set-properties-rule> tag.Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
Constructor Details
-
SetPropertiesAliasRule
public SetPropertiesAliasRule()Base constructor.
-
-
Method Details