| Package | Description |
|---|---|
| org.apache.commons.digester |
The
xmlrules package provides for XML-based definition of
rules for Digester. |
| Modifier and Type | Field and Description |
|---|---|
private StackAction |
Digester.stackAction
Object which will receive callbacks for every pop/push action
on the default stack or named stacks.
|
| Modifier and Type | Method and Description |
|---|---|
StackAction |
Digester.getStackAction()
See setStackAction.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Digester.setStackAction(StackAction stackAction)
Define a callback object which is invoked whever an object is pushed onto
a digester object stack, or popped off one.
|