Uses of Interface
org.apache.commons.digester.substitution.VariableExpander
Packages that use VariableExpander
Package
Description
The
substitution 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.digester.substitution
Classes in org.apache.commons.digester.substitution that implement VariableExpanderModifier and TypeClassDescriptionclassExpands variable references from multiple sources.Fields in org.apache.commons.digester.substitution declared as VariableExpanderModifier and TypeFieldDescriptionprivate VariableExpanderVariableSubstitutor.attributesExpanderThe expander to be used to expand variables in the attributes.private VariableExpanderVariableSubstitutor.bodyTextExpanderThe expander to be used to expand variables in the body text.private VariableExpanderVariableAttributes.expanderMethods in org.apache.commons.digester.substitution with parameters of type VariableExpanderModifier and TypeMethodDescriptionvoidVariableAttributes.init(Attributes attrs, VariableExpander expander) Specify which attributes class this object is a proxy for.Constructors in org.apache.commons.digester.substitution with parameters of type VariableExpanderModifierConstructorDescriptionVariableSubstitutor(VariableExpander expander) Constructs a Substitutor which uses the same VariableExpander for both body text and attibutes.VariableSubstitutor(VariableExpander attributesExpander, VariableExpander bodyTextExpander) Constructs a Substitutor.