Uses of Interface
org.apache.commons.digester.StackAction
Packages that use StackAction
Package
Description
The
xmlrules
package provides for XML-based definition of
rules for Digester
.-
Uses of StackAction in org.apache.commons.digester
Methods in org.apache.commons.digester that return StackActionMethods in org.apache.commons.digester with parameters of type StackActionModifier and TypeMethodDescriptionvoid
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.