|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
NodeOperation
instead.
public interface NodeOperation
A NodeOperation instance describes an "atomic" operation to apply to a node ("context").
Instances of this are executed via NodeBuilder
, can be nested (via then(NodeOperation...)
).
Ops
,
RecursiveOp
Method Summary | |
---|---|
void |
exec(Content context,
ErrorHandler errorHandler)
Deprecated. |
NodeOperation |
then(NodeOperation... childrenOps)
Deprecated. |
Method Detail |
---|
NodeOperation then(NodeOperation... childrenOps)
void exec(Content context, ErrorHandler errorHandler)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |