Package org.apache.commons.digester3.substitution
package 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.-
ClassDescriptionThis Substitutor chains two Substitutors
a
andb
.Expands variable references from multiple sources.Wrapper for anAttributes
object which expands any "variables" referenced in the attribute value via ${foo} or similar.An Interface describing a class capable of expanding strings which may contain variable references.Substitutor implementation that support variable replacement for both attributes and body text.