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

Method LocalName

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

LocalName gets the Name of the current node.

()

Source from the content-addressed store, hash-verified

35
36 // LocalName gets the Name of the current node.
37 LocalName() string
38
39 // Prefix returns namespace prefix associated with the current node.
40 Prefix() string

Callers 5

nameFuncFunction · 0.95
localNameFuncFunction · 0.95
getHashCodeFunction · 0.65
iterateNodesFunction · 0.65
axisPredicateFunction · 0.65

Implementers 2

NodeNavigatordoc_test.go
TNodeNavigatorxpath_test.go

Calls

no outgoing calls

Tested by 1

iterateNodesFunction · 0.52