MoveToPrevious moves the NodeNavigator to the previous sibling node of the current node.
()
| 65 | |
| 66 | // MoveToPrevious moves the NodeNavigator to the previous sibling node of the current node. |
| 67 | MoveToPrevious() bool |
| 68 | |
| 69 | // MoveTo moves the NodeNavigator to the same position as the specified NodeNavigator. |
| 70 | MoveTo(NodeNavigator) bool |
no outgoing calls
no test coverage detected