Class VariableAttributes

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

public class VariableAttributes extends Object implements Attributes
Wrapper for an 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