| 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 and Description |
|---|---|
protected Substitutor |
Digester.substitutor
An optional class that substitutes values in attributes and body text.
|
| Modifier and Type | Method and Description |
|---|---|
Substitutor |
Digester.getSubstitutor()
Gets the
Substitutor used to convert attributes and body text. |
| Modifier and Type | Method and Description |
|---|---|
void |
Digester.setSubstitutor(Substitutor substitutor)
Sets the
Substitutor to be used to convert attributes and body text. |
| Modifier and Type | Class and Description |
|---|---|
class |
VariableSubstitutor
Substitutor implementation that support variable replacement
for both attributes and body text.
|
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.