Package | Description |
---|---|
org.apache.commons.digester.substitution |
The
substitution provides for manipulation of xml attributes and
element body text before the data is processed by any Rule objects. |
Modifier and Type | Class and Description |
---|---|
class |
MultiVariableExpander
Expands variable references from multiple sources.
|
Modifier and Type | Field and 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 |
Modifier and Type | Method and Description |
---|---|
void |
VariableAttributes.init(org.xml.sax.Attributes attrs,
VariableExpander expander)
Specify which attributes class this object is a proxy for.
|
Constructor and 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.
|