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

Method prefix

basex-core/src/main/java/org/basex/data/Namespaces.java:96–98  ·  view source on GitHub ↗

Returns a prefix for the name with the specified ID. @param id ID of prefix @return prefix

(final int id)

Source from the content-addressed store, hash-verified

94 * @return prefix
95 */
96 byte[] prefix(final int id) {
97 return prefixes.key(id);
98 }
99
100 /**
101 * Returns a namespace URI for the name with the specified ID.

Callers 9

defaultNsMethod · 0.95
valuesMethod · 0.95
qnameMethod · 0.45
updateMethod · 0.45
replaceMethod · 0.45
insertMethod · 0.45
printMethod · 0.45
tableMethod · 0.45
infoMethod · 0.45

Calls 1

keyMethod · 0.45

Tested by

no test coverage detected