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

Method MoveToNextAttribute

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

MoveToNextAttribute moves the NodeNavigator to the next attribute on current node.

()

Source from the content-addressed store, hash-verified

53
54 // MoveToNextAttribute moves the NodeNavigator to the next attribute on current node.
55 MoveToNextAttribute() bool
56
57 // MoveToChild moves the NodeNavigator to the first child node of the current node.
58 MoveToChild() bool

Callers 1

SelectMethod · 0.65

Implementers 2

NodeNavigatordoc_test.go
TNodeNavigatorxpath_test.go

Calls

no outgoing calls

Tested by

no test coverage detected