Package | Description |
---|---|
org.apache.commons.digester |
The Digester package provides for rules-based processing of arbitrary
XML documents.
|
org.apache.commons.digester.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.