Package | Description |
---|---|
org.apache.commons.digester3 |
The
xmlrules package provides for XML-based definition of
rules for Digester . |
org.apache.commons.digester3.binder |
The Digester EDSL allows configure Digester using fluent APIs.
|
Modifier and Type | Method and Description |
---|---|
StackAction |
Digester.getStackAction()
Return the callback object which is invoked whenever an object is pushed onto a digester object stack,
or popped off one.
|
Modifier and Type | Method and Description |
---|---|
void |
Digester.setStackAction(StackAction stackAction)
Define a callback object which is invoked whenever an object is pushed onto a digester object stack,
or popped off one.
|
Modifier and Type | Method and Description |
---|---|
DigesterLoader |
DigesterLoader.setStackAction(StackAction stackAction)
Sets the Object which will receive callbacks for every pop/push action on the default stack or named stacks.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.