MoveToChild moves the NodeNavigator to the first child node of the current node.
()
| 56 | |
| 57 | // MoveToChild moves the NodeNavigator to the first child node of the current node. |
| 58 | MoveToChild() bool |
| 59 | |
| 60 | // MoveToFirst moves the NodeNavigator to the first sibling node of the current node. |
| 61 | MoveToFirst() bool |
no outgoing calls