Uses of Class
org.apache.commons.digester3.Substitutor
Packages that use Substitutor
Package
Description
The
xmlrules package provides for XML-based definition of
rules for Digester.The Digester EDSL allows configure Digester using fluent APIs.
The
substitution 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.digester3
Fields in org.apache.commons.digester3 declared as SubstitutorModifier and TypeFieldDescriptionprivate SubstitutorDigester.substitutorAn optional class that substitutes values in attributes and body text.Methods in org.apache.commons.digester3 that return SubstitutorModifier and TypeMethodDescriptionDigester.getSubstitutor()Gets theSubstitutorused to convert attributes and body text.Methods in org.apache.commons.digester3 with parameters of type SubstitutorModifier and TypeMethodDescriptionvoidDigester.setSubstitutor(Substitutor substitutor) Sets theSubstitutorto be used to convert attributes and body text. -
Uses of Substitutor in org.apache.commons.digester3.binder
Fields in org.apache.commons.digester3.binder declared as SubstitutorModifier and TypeFieldDescriptionprivate SubstitutorDigesterLoader.substitutorAn optional class that substitutes values in attributes and body text.Methods in org.apache.commons.digester3.binder with parameters of type SubstitutorModifier and TypeMethodDescriptionDigesterLoader.setSubstitutor(Substitutor substitutor) Sets theSubstitutorto be used to convert attributes and body text. -
Uses of Substitutor in org.apache.commons.digester3.substitution
Subclasses of Substitutor in org.apache.commons.digester3.substitutionModifier and TypeClassDescriptionclassThis Substitutor chains two Substitutorsaandb.classSubstitutor implementation that support variable replacement for both attributes and body text.Fields in org.apache.commons.digester3.substitution declared as SubstitutorModifier and TypeFieldDescriptionprivate final SubstitutorCompoundSubstitutor.aSubstitutor aprivate final SubstitutorCompoundSubstitutor.bSubstitutor bConstructors in org.apache.commons.digester3.substitution with parameters of type SubstitutorModifierConstructorDescriptionCreates a new CompoundSubstitutor instance.