Uses of Class
org.apache.commons.digester.Substitutor
-
Packages that use Substitutor Package Description org.apache.commons.digester Thexmlrules
package provides for XML-based definition of rules forDigester
.org.apache.commons.digester.substitution Thesubstitution
provides for manipulation of xml attributes and element body text before the data is processed by any Rule objects. -
-
Uses of Substitutor in org.apache.commons.digester
Fields in org.apache.commons.digester declared as Substitutor Modifier and Type Field Description protected Substitutor
Digester. substitutor
An optional class that substitutes values in attributes and body text.Methods in org.apache.commons.digester that return Substitutor Modifier and Type Method Description Substitutor
Digester. getSubstitutor()
Gets theSubstitutor
used to convert attributes and body text.Methods in org.apache.commons.digester with parameters of type Substitutor Modifier and Type Method Description void
Digester. setSubstitutor(Substitutor substitutor)
Sets theSubstitutor
to be used to convert attributes and body text. -
Uses of Substitutor in org.apache.commons.digester.substitution
Subclasses of Substitutor in org.apache.commons.digester.substitution Modifier and Type Class Description class
VariableSubstitutor
Substitutor implementation that support variable replacement for both attributes and body text.
-