| Package | Description |
|---|---|
| org.apache.commons.digester |
The
xmlrules package provides for XML-based definition of
rules for Digester. |
| 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 | Field | Description |
|---|---|---|
protected Substitutor |
Digester.substitutor |
An optional class that substitutes values in attributes and body text.
|
| Modifier and Type | Method | Description |
|---|---|---|
Substitutor |
Digester.getSubstitutor() |
Gets the
Substitutor used to convert attributes and body text. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Digester.setSubstitutor(Substitutor substitutor) |
Sets the
Substitutor to be used to convert attributes and body text. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
VariableSubstitutor |
Substitutor implementation that support variable replacement
for both attributes and body text.
|