Tags
Reference
- local-name-from-QName()
19 Apr 2026
Returns the local part of an xs:QName value as an xs:NCName.
- namespace-uri-from-QName()
19 Apr 2026
Returns the namespace URI part of an xs:QName value.
- one-or-more()
19 Apr 2026
Asserts that the sequence contains one or more items; raises a dynamic error if the sequence is empty.
- outermost()
19 Apr 2026
Returns the nodes from the input that are not descendants of any other node in the input sequence.
- parse-json()
19 Apr 2026
Parses a JSON string and returns the result as an XDM map, array, string, number, boolean, or empty sequence.
- path()
19 Apr 2026
Returns a string that is a valid XPath expression identifying the path from the root to the node.
- prefix-from-QName()
19 Apr 2026
Returns the namespace prefix of an xs:QName value, or the empty sequence if the QName has no prefix.
- resolve-QName()
19 Apr 2026
Resolves a lexical QName string against the in-scope namespace bindings of a given element node.
- reverse()
19 Apr 2026
Returns the items of a sequence in reverse order.
- serialize()
19 Apr 2026
Serializes a node or sequence to a string using the W3C serialization specification and specified output parameters.