MCPcopy Create free account
hub / github.com/antchfx/xpath / MoveToPrevious

Method MoveToPrevious

xpath.go:67–67  ·  view source on GitHub ↗

MoveToPrevious moves the NodeNavigator to the previous sibling node of the current node.

()

Source from the content-addressed store, hash-verified

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

Callers 3

SelectMethod · 0.65
getHashCodeFunction · 0.65
positionFuncFunction · 0.65

Implementers 2

NodeNavigatordoc_test.go
TNodeNavigatorxpath_test.go

Calls

no outgoing calls

Tested by

no test coverage detected