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.
-
-
Field Summary
-
Fields inherited from class org.apache.commons.digester.Rule
digester, namespaceURI
-
-
Constructor Summary
Constructors Constructor Description SetPropertiesAliasRule()
Base constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
begin(org.xml.sax.Attributes attributes)
Add the alias to the SetPropertiesRule object created by the enclosingtag. -
Methods inherited from class org.apache.commons.digester.Rule
begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI
-
-