Uses of Class
org.apache.commons.digester.substitution.VariableAttributes
-
Packages that use VariableAttributes Package Description org.apache.commons.digester.substitution Thesubstitution
provides for manipulation of xml attributes and element body text before the data is processed by any Rule objects. -
-
Uses of VariableAttributes in org.apache.commons.digester.substitution
Fields in org.apache.commons.digester.substitution declared as VariableAttributes Modifier and Type Field Description private VariableAttributes
VariableSubstitutor. variableAttributes
Attributes implementation that (lazily) performs variable substitution.
-