java.lang.Objectorg.apache.commons.digester.Substitutor
Direct Known Subclasses:
VariableSubstitutor
(Logical) Interface for substitution strategies. (It happens to be implemented as a Java abstract class to allow future additions to be made without breaking backwards compatibility.)
Usage: When Digester#setSubstitutor is set, Digester
calls the methods in this interface to create substitute values which will
be passed into the Rule implementations.
Of course, it is perfectly acceptable for implementations not to make
substitutions and simply return the inputs.
Different strategies are supported for attributes and body text.
1.6 - | Method from org.apache.commons.digester.Substitutor Summary: |
|---|
| substitute, substitute |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.apache.commons.digester.Substitutor Detail: |
|---|
Substitutes the attributes (before they are passed to the
|
|