Class Summary |
AbstractErrorHandler |
Provides a basic behaviour for ErrorHandlers. |
AbstractNodeOperation |
Abstract implementation of NodeOperation. |
NodeBuilder |
Entry point for using the node builder API. |
Ops |
Factory methods for most common NodeOperation implementations. |
RecursiveOp |
Visits the hierarchy recursively and executes the operations on all nodes matching the filter. |
StrictErrorHandler |
An ErrorHandler which interrupts operations as soon as one error happens,
by throwing a NodeOperationException. |