Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
item
Method · 0.95
item
Method · 0.95
deepEqual
Method · 0.95
Calls
9
parent
Method · 0.95
get
Method · 0.95
isValid
Method · 0.95
resolve
Method · 0.95
isAbsolute
Method · 0.95
oneOf
Method · 0.65
kind
Method · 0.65
get
Method · 0.65
resolve
Method · 0.65
Tested by
no test coverage detected