MarkLogic 9 Product Documentation
fn functions (Accessor)
The accessor built-in functions are XQuery functions to access node properties.
They are defined in
XQuery 1.0
and XPath 2.0 Functions and Operators.
6 functions
Function name |
Description |
fn.baseUri |
Returns the value of the base-uri property for the specified node. |
fn.data |
Takes a sequence of items and returns a sequence of atomic values. |
fn.documentUri |
Returns the value of the document-uri property for the specified node. |
fn.nilled |
Summary: Returns an xs:boolean indicating whether the argument node is "nilled". |
fn.nodeName |
Returns an expanded-QName for node kinds that can have names. |
fn.string |
Returns the value of $arg represented as an xs:string. |