Module dev.metaschema.core
Class FnStaticBaseUri
java.lang.Object
dev.metaschema.core.metapath.function.library.FnStaticBaseUri
Implements the XPath 3.1 fn:static-base-uri
function.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IAnyUriItemfnStaticBaseUri(DynamicContext context) Get the static base URI from the static context.
-
Method Details
-
fnStaticBaseUri
Get the static base URI from the static context.- Parameters:
context- the dynamic context- Returns:
- the base URI or
nullif none was set
-