Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
265
func
(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
272
func
(*NodeNavigator) Prefix() string {
273
return
""
Callers
2
TestNavigator
Function · 0.95
getCurrentNode
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestNavigator
Function · 0.76