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