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

Method baseURI

basex-core/src/main/java/org/basex/core/Command.java:271–274  ·  view source on GitHub ↗

Sets a base URI. @param base base URI @return self reference

(final String base)

Source from the content-addressed store, hash-verified

269 * @return self reference
270 */
271 public Command baseURI(final String base) {
272 uri = base;
273 return this;
274 }
275
276 /**
277 * Returns the base URI.

Callers 12

getMethod · 0.45
getMethod · 0.45
BaseXMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
initMethod · 0.45
parseMethod · 0.45
nodeMethod · 0.45
getBaseURIMethod · 0.45
runMethod · 0.45
cacheMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected