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

Method NamespaceURL

build.go:53–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 if nametest {
52 type namespaceURL interface {
53 NamespaceURL() string
54 }
55 if ns, ok := n.(namespaceURL); ok && root.hasNamespaceURI {
56 return root.LocalName == n.LocalName() && root.namespaceURI == ns.NamespaceURL()

Callers 2

namespaceFuncFunction · 0.65
axisPredicateFunction · 0.65

Implementers 2

NodeNavigatordoc_test.go
TNodeNavigatorxpath_test.go

Calls

no outgoing calls

Tested by

no test coverage detected