Class VariableAttributes

java.lang.Object
org.apache.commons.digester.substitution.VariableAttributes
All Implemented Interfaces:
Attributes

public class VariableAttributes extends Object implements Attributes

Wrapper for an org.xml.sax.Attributes object which expands any "variables" referenced in the attribute value via ${foo} or similar. This is only done when something actually asks for the attribute value, thereby imposing no performance penalty if the attribute is not used.

Since:
1.6