Package | Description |
---|---|
org.apache.commons.digester |
The Digester package provides for rules-based processing of arbitrary
XML documents.
|
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.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.