Java org.apache.commons.digester.substitution VariableSubstitutor fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.digester.substitution VariableSubstitutor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.digester.substitution VariableSubstitutor.

The text is from its open source code.

Constructor

VariableSubstitutor(VariableExpander expander)
Constructs a Substitutor which uses the same VariableExpander for both body text and attibutes.

Method

Attributessubstitute(Attributes attributes)
Substitutes the attributes (before they are passed to the Rule implementations's)
Stringsubstitute(String bodyText)
Substitutes for the body text.