Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ getLocalName
Method
getLocalName
basex-core/src/main/java/org/basex/api/dom/BXElem.java:27–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
@Override
28
public
String getLocalName() {
29
return
Token.string(Token.local(nd.name()));
30
}
31
32
@Override
33
public
String getPrefix() {
Callers
nothing calls this directly
Calls
3
string
Method · 0.95
local
Method · 0.95
name
Method · 0.65
Tested by
no test coverage detected