public interface TreeIterator extends NodeIterator
TreeList| Modifier and Type | Method and Description |
|---|---|
int |
currentDepth()
Depth of the last node fetched with next() or nextNode()
|
Node |
getParent()
Returns the 'parent' node of the most recently returned Node.
|
NodeList |
getSiblings()
Returns all nodes with the same parent as the most recently return Node (include that node
itself).
|
nextNode, previousNodeadd, hasNext, hasPrevious, next, nextIndex, previous, previousIndex, remove, setforEachRemainingint currentDepth()
Node getParent()
null if there
is no such node.NodeList getSiblings()
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}