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

Packages that use ArrayStack
org.apache.commons.digester The Digester package provides for rules-based processing of arbitrary XML documents. 
org.apache.commons.digester.xmlrules The xmlrules package provides for XML-based definition of rules for Digester
 

Uses of ArrayStack in org.apache.commons.digester
 

Fields in org.apache.commons.digester declared as ArrayStack
protected  ArrayStack CallParamRule.bodyTextStack
          Stack is used to allow nested body text to be processed.
protected  ArrayStack Digester.bodyTexts
          The stack of body text string buffers for surrounding elements.
protected  ArrayStack Digester.matches
          Stack whose elements are List objects, each containing a list of Rule objects as returned from Rules.getMatch().
protected  ArrayStack Digester.params
          The parameters stack being utilized by CallMethodRule and CallParamRule rules.
protected  ArrayStack Digester.stack
          The object stack being constructed.
 

Uses of ArrayStack in org.apache.commons.digester.xmlrules
 

Subclasses of ArrayStack in org.apache.commons.digester.xmlrules
protected  class DigesterRuleParser.PatternStack
          A stack whose toString method returns a '/'-separated concatenation of all the elements in the stack.
 



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