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

Method Prefix

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

Prefix returns namespace prefix associated with the current node.

()

Source from the content-addressed store, hash-verified

38
39 // Prefix returns namespace prefix associated with the current node.
40 Prefix() string
41
42 // Value gets the value of current node.
43 Value() string

Callers 4

nameFuncFunction · 0.95
namespaceFuncFunction · 0.95
getHashCodeFunction · 0.65
axisPredicateFunction · 0.65

Implementers 2

NodeNavigatordoc_test.go
TNodeNavigatorxpath_test.go

Calls

no outgoing calls

Tested by

no test coverage detected