org.apache.commons.digester.xmlrules

Class 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

SetPropertiesAliasRule()
Base constructor.

Method Summary

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

Methods inherited from class org.apache.commons.digester.Rule

begin, begin, body, body, end, end, finish, getDigester, getNamespaceURI, setDigester, setNamespaceURI

Constructor Details

SetPropertiesAliasRule

public SetPropertiesAliasRule()
Base constructor.

Method Details

begin

public void begin(Attributes attributes)
Add the alias to the SetPropertiesRule object created by the enclosing tag.
Overrides:
begin in interface Rule


Copyright (c) 2001-2004 - Apache Software Foundation