Uses of Interface
org.apache.commons.digester.StackAction
-
Packages that use StackAction Package Description org.apache.commons.digester Thexmlrules
package provides for XML-based definition of rules forDigester
. -
-
Uses of StackAction in org.apache.commons.digester
Fields in org.apache.commons.digester 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.digester that return StackAction Modifier and Type Method Description StackAction
Digester. getStackAction()
See setStackAction.Methods in org.apache.commons.digester with parameters of type StackAction Modifier and Type Method 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.
-