MoveToNext moves the NodeNavigator to the next sibling node of the current node.
()
| 62 | |
| 63 | // MoveToNext moves the NodeNavigator to the next sibling node of the current node. |
| 64 | MoveToNext() bool |
| 65 | |
| 66 | // MoveToPrevious moves the NodeNavigator to the previous sibling node of the current node. |
| 67 | MoveToPrevious() bool |
no outgoing calls