| Package | Description |
|---|---|
| org.apache.commons.digester3 |
The
xmlrules package provides for XML-based definition of
rules for Digester. |
| org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
| 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. |
| 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 | Method and Description |
|---|---|
DigesterLoader |
DigesterLoader.setSubstitutor(Substitutor substitutor)
Sets the
Substitutor to be used to convert attributes and body text. |
| Modifier and Type | Class and Description |
|---|---|
class |
CompoundSubstitutor
This Substitutor chains two Substitutors
a and b. |
class |
VariableSubstitutor
Substitutor implementation that support variable replacement for both attributes and body text.
|
| Constructor and Description |
|---|
CompoundSubstitutor(Substitutor a,
Substitutor b)
Creates a new CompoundSubstitutor instance.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.