Module dev.metaschema.core
Class FnDocumentUri
java.lang.Object
dev.metaschema.core.metapath.function.library.FnDocumentUri
Implements the XPath 3.1 fn:document-uri
functions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic IAnyUriItemfnDocumentUri(IDocumentNodeItem document) Get the URI of the document.
-
Method Details
-
fnDocumentUri
Get the URI of the document.Based on the XPath 3.1 fn:document-uri function.
- Parameters:
document- the document to get the URI for- Returns:
- the URI of the document or
nullif not available
-