Uses of Class
org.apache.commons.digester.Substitutor

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.substitutor
          An optional class that substitutes values in attributes and body text.
 

Methods in org.apache.commons.digester that return Substitutor
 Substitutor Digester.getSubstitutor()
          Gets the Substitutor used to convert attributes and body text.
 

Methods in org.apache.commons.digester with parameters of type Substitutor
 void Digester.setSubstitutor(Substitutor substitutor)
          Sets the Substitutor to 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 VariableSubstitutor
          Substitutor implementation that support variable replacement for both attributes and body text.
 



Copyright © 2001-2009 The Apache Software Foundation. All Rights Reserved.