| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Substitutor | |
|---|---|
| org.apache.commons.digester | The Digester package provides for rules-based processing of arbitrary XML documents. | 
| org.apache.commons.digester.substitution | Provides for manipulation of xml attributes and element body text before the data is processed by any Rule objects. | 
| Uses of Substitutor in org.apache.commons.digester | 
|---|
| Fields in org.apache.commons.digester declared as Substitutor | |
|---|---|
| protected  Substitutor | Digester.substitutorAn optional class that substitutes values in attributes and body text. | 
| Methods in org.apache.commons.digester that return Substitutor | |
|---|---|
|  Substitutor | Digester.getSubstitutor()Gets the Substitutorused to convert attributes and body text. | 
| Methods in org.apache.commons.digester with parameters of type Substitutor | |
|---|---|
|  void | Digester.setSubstitutor(Substitutor substitutor)Sets the Substitutorto be used to convert attributes and body text. | 
| Uses of Substitutor in org.apache.commons.digester.substitution | 
|---|
| Subclasses of Substitutor in org.apache.commons.digester.substitution | |
|---|---|
|  class | VariableSubstitutorSubstitutor implementation that support variable replacement for both attributes and body text. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||