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

Method MoveToNext

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

MoveToNext moves the NodeNavigator to the next sibling node of the current node.

()

Source from the content-addressed store, hash-verified

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

Callers 7

SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
moveUpUntilNextMethod · 0.65
lastFuncFunction · 0.65
Benchmark_GetHashCodeFunction · 0.65

Implementers 2

NodeNavigatordoc_test.go
TNodeNavigatorxpath_test.go

Calls

no outgoing calls

Tested by 1

Benchmark_GetHashCodeFunction · 0.52