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

Function createNavigator

xpath_test.go:353–355  ·  view source on GitHub ↗
(n *TNode)

Source from the content-addressed store, hash-verified

351}
352
353func createNavigator(n *TNode) *TNodeNavigator {
354 return &TNodeNavigator{curr: n, root: n, attr: -1}
355}
356
357type Attribute struct {
358 Key, Value string

Callers 6

test_xpath_evalFunction · 0.85
TestNamespacePrefixQueryFunction · 0.85
TestMustCompileFunction · 0.85
selectNodesFunction · 0.85
Test_func_numberFunction · 0.85
Benchmark_GetHashCodeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…