fn:base-uri |
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:document-uri |
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:node-kind |
[0.9-ml only, use xdmp:node-kind in 1.0 and 1.0-ml] Returns an xs:string representing the node's kind: either "document", "element", "attribute", "text", "namespace", "processing-instruction", "binary", or "comment". |
fn:node-name |
Returns an expanded-QName for node kinds that can have names. |
fn:string |
Returns the value of $arg represented as an xs:string. |