Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BaseXdb/basex
/ getDocumentURI
Method
getDocumentURI
basex-core/src/main/java/org/basex/api/dom/BXDoc.java:100–103 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
}
99
100
@Override
101
public
String getDocumentURI() {
102
return
getBaseURI();
103
}
104
105
@Override
106
public
DOMConfiguration getDomConfig() {
Callers
nothing calls this directly
Calls
1
getBaseURI
Method · 0.45
Tested by
no test coverage detected