MCPcopy 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

castMethod · 0.45
getDocumentURIMethod · 0.45

Calls 4

getMethod · 0.95
urlMethod · 0.45
stringMethod · 0.45
baseURIMethod · 0.45

Tested by

no test coverage detected