Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ getBaseURI
Method
getBaseURI
basex-core/src/main/java/org/basex/api/dom/BXNode.java:107–110 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
}
106
107
@Override
108
public
final
String getBaseURI() {
109
return
IO.get(string(nd.baseURI())).url();
110
}
111
112
@Override
113
public
BXNList getChildNodes() {
Callers
2
cast
Method · 0.45
getDocumentURI
Method · 0.45
Calls
4
get
Method · 0.95
url
Method · 0.45
string
Method · 0.45
baseURI
Method · 0.45
Tested by
no test coverage detected