|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use VariableExpander | |
---|---|
org.apache.commons.digester3.substitution | 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.digester3.substitution |
---|
Classes in org.apache.commons.digester3.substitution that implement VariableExpander | |
---|---|
class |
MultiVariableExpander
Expands variable references from multiple sources. |
Methods in org.apache.commons.digester3.substitution with parameters of type VariableExpander | |
---|---|
void |
VariableAttributes.init(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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |