MoveToRoot moves the NodeNavigator to the root node of the current node.
()
| 47 | |
| 48 | // MoveToRoot moves the NodeNavigator to the root node of the current node. |
| 49 | MoveToRoot() |
| 50 | |
| 51 | // MoveToParent moves the NodeNavigator to the parent node of the current node. |
| 52 | MoveToParent() bool |
no outgoing calls