| Home >> All >> org >> apache >> commons >> digester >> [ substitution Javadoc ] |
org.apache.commons.digester.substitution: Javadoc index of package org.apache.commons.digester.substitution.
Package Samples:
org.apache.commons.digester.substitution
Classes:
VariableSubstitutor: Substitutor implementation that support variable replacement for both attributes and body text. The actual expansion of variables into text is delegated to VariableExpander implementations. Supports setting an expander just for body text or just for attributes. Also supported is setting no expanders for body text and for attributes.
VariableAttributes: Wrapper for an org.xml.sax.Attributes object which expands any "variables" referenced in the attribute value via ${foo} or similar. This is only done something actually asks for the attribute value, thereby imposing no performance penalty if the attribute is not used.
VariableExpander: An Interface describing a class capable of expanding strings which may contain variable references. The exact syntax of the "reference", and the mechanism for determining the corresponding value to be used is up to the concrete implementation.
VariableExpansionTestCase: Test Case for the variable expansion facility in Digester.
MultiVariableExpander: Expands variable references from multiple sources.
TestAll: Entry point for all substitution package tests.
| Home | Contact Us | Privacy Policy | Terms of Service |