Uses of Package
org.apache.commons.digester3.substitution
-
Packages that use org.apache.commons.digester3.substitution Package Description org.apache.commons.digester3.substitution Thesubstitution
provides for manipulation of xml attributes and element body text before the data is processed by any Rule objects. -
Classes in org.apache.commons.digester3.substitution used by org.apache.commons.digester3.substitution Class Description VariableAttributes Wrapper for anAttributes
object which expands any "variables" referenced in the attribute value via ${foo} or similar.VariableExpander An Interface describing a class capable of expanding strings which may contain variable references.