Package | Description |
---|---|
org.apache.commons.digester.substitution |
The
substitution provides for manipulation of xml attributes and
element body text before the data is processed by any Rule objects. |
Class and Description |
---|
VariableAttributes
Wrapper for an org.xml.sax.Attributes 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.
|