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

Method uri

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

Returns a namespace URI for the name with the specified ID. @param id ID of namespace URI (0: no namespace) @return namespace URI or null

(final int id)

Source from the content-addressed store, hash-verified

103 * @return namespace URI or {@code null}
104 */
105 public byte[] uri(final int id) {
106 return uris.key(id);
107 }
108
109 /**
110 * Returns the ID of the specified namespace URI.

Callers 6

defaultNsMethod · 0.95
valuesMethod · 0.95
simpleQueryMethod · 0.95
qnameMethod · 0.45
updateMethod · 0.45
insertMethod · 0.45

Calls 1

keyMethod · 0.45

Tested by

no test coverage detected