An abstract base class for a {@link NodeHandler} implementation for{@link ImmutableNode} objects.
This class already implements all methods which need no other information than the passed in node object. Functionality which requires additional state (e.g. querying the root node or a parent node) has to be added by concrete sub classes.
@version $Id: AbstractImmutableNodeHandler.java 1624601 2014-09-12 18:04:36Z oheger $ @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|