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

Method MoveToChild

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

MoveToChild moves the NodeNavigator to the first child node of the current node.

()

Source from the content-addressed store, hash-verified

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

Callers 5

SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
moveToFirstChildMethod · 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