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

Struct TNodeNavigator

xpath_test.go:392–395  ·  view source on GitHub ↗

TNodeNavigator is for navigating TNode.

Source from the content-addressed store, hash-verified

390
391// TNodeNavigator is for navigating TNode.
392type TNodeNavigator struct {
393 curr, root *TNode
394 attr int
395}
396
397func (n *TNodeNavigator) NodeType() NodeType {
398 switch n.curr.Type {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected