MCPcopy Create free account
hub / github.com/BaseXdb/basex / name

Method name

basex-core/src/main/java/org/basex/query/func/fn/FnName.java:32–34  ·  view source on GitHub ↗

Returns the name of the specified node. @param node node @return name

(final XNode node)

Source from the content-addressed store, hash-verified

30 * @return name
31 */
32 byte[] name(final XNode node) {
33 return node.name();
34 }
35}

Callers 1

itemMethod · 0.95

Calls 1

nameMethod · 0.65

Tested by

no test coverage detected