Uses of Interface
org.apache.commons.digester3.StackAction
-
Packages that use StackAction Package Description org.apache.commons.digester3 Thexmlrules
package provides for XML-based definition of rules forDigester
.org.apache.commons.digester3.binder The Digester EDSL allows configure Digester using fluent APIs. -
-
Uses of StackAction in org.apache.commons.digester3
Fields in org.apache.commons.digester3 declared as StackAction Modifier and Type Field Description private StackAction
Digester. stackAction
Object which will receive callbacks for every pop/push action on the default stack or named stacks.Methods in org.apache.commons.digester3 that return StackAction Modifier and Type Method 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.Methods in org.apache.commons.digester3 with parameters of type StackAction Modifier and Type Method 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. -
Uses of StackAction in org.apache.commons.digester3.binder
Fields in org.apache.commons.digester3.binder declared as StackAction Modifier and Type Field Description private StackAction
DigesterLoader. stackAction
Object which will receive callbacks for every pop/push action on the default stack or named stacks.Methods in org.apache.commons.digester3.binder with parameters of type StackAction Modifier and Type Method 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.
-