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

Method LocalName

query.go:265–270  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263}
264
265func (h *NodeNavigator) LocalName() string {
266 if h.attr != -1 {
267 return h.curr.Attr[h.attr].Key
268 }
269 return h.curr.Data
270}
271
272func (*NodeNavigator) Prefix() string {
273 return ""

Callers 2

TestNavigatorFunction · 0.95
getCurrentNodeFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestNavigatorFunction · 0.76