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

Method baseURI

basex-core/src/main/java/org/basex/query/value/node/XNode.java:326–328  ·  view source on GitHub ↗

Returns the base URI of the node. @return base URI

()

Source from the content-addressed store, hash-verified

324 * @return base URI
325 */
326 public byte[] baseURI() {
327 return Token.EMPTY;
328 }
329
330 /**
331 * Returns the static base URI of a node.

Callers 3

itemMethod · 0.95
itemMethod · 0.95
deepEqualMethod · 0.95

Calls 9

parentMethod · 0.95
getMethod · 0.95
isValidMethod · 0.95
resolveMethod · 0.95
isAbsoluteMethod · 0.95
oneOfMethod · 0.65
kindMethod · 0.65
getMethod · 0.65
resolveMethod · 0.65

Tested by

no test coverage detected