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

Method MoveToParent

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

MoveToParent moves the NodeNavigator to the parent node of the current node.

()

Source from the content-addressed store, hash-verified

50
51 // MoveToParent moves the NodeNavigator to the parent node of the current node.
52 MoveToParent() bool
53
54 // MoveToNextAttribute moves the NodeNavigator to the next attribute on current node.
55 MoveToNextAttribute() bool

Callers 7

SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
SelectMethod · 0.65
moveUpUntilNextMethod · 0.65
getHashCodeFunction · 0.65

Implementers 2

NodeNavigatordoc_test.go
TNodeNavigatorxpath_test.go

Calls

no outgoing calls

Tested by

no test coverage detected