Uses of Class
org.apache.commons.digester.substitution.VariableAttributes
-
Packages that use VariableAttributes Package Description org.apache.commons.digester.substitution Thesubstitutionprovides 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 VariableAttributesVariableSubstitutor. variableAttributesAttributes implementation that (lazily) performs variable substitution.
-