MCPcopy 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

stringMethod · 0.95
localMethod · 0.95
nameMethod · 0.65

Tested by

no test coverage detected