Uses of Interface
org.apache.commons.digester3.substitution.VariableExpander
-
Packages that use VariableExpander Package Description org.apache.commons.digester3.substitution Thesubstitution
provides for manipulation of xml attributes and element body text before the data is processed by any Rule objects. -
-
Uses of VariableExpander in org.apache.commons.digester3.substitution
Classes in org.apache.commons.digester3.substitution that implement VariableExpander Modifier and Type Class Description class
MultiVariableExpander
Expands variable references from multiple sources.Fields in org.apache.commons.digester3.substitution declared as VariableExpander Modifier and Type Field Description private VariableExpander
VariableSubstitutor. attributesExpander
The expander to be used to expand variables in the attributes.private VariableExpander
VariableSubstitutor. bodyTextExpander
The expander to be used to expand variables in the body text.private VariableExpander
VariableAttributes. expander
Methods in org.apache.commons.digester3.substitution with parameters of type VariableExpander Modifier and Type Method Description void
VariableAttributes. init(org.xml.sax.Attributes attrs, VariableExpander expander)
Specify which attributes class this object is a proxy for.Constructors in org.apache.commons.digester3.substitution with parameters of type VariableExpander Constructor Description VariableSubstitutor(VariableExpander expander)
Constructs a Substitutor which uses the same VariableExpander for both body text and attibutes.VariableSubstitutor(VariableExpander attributesExpander, VariableExpander bodyTextExpander)
Constructs a Substitutor.
-