Tags
Reference
- map:size()
18 Apr 2026
Returns the number of key-value entries in a map.
- matches()
18 Apr 2026
Tests whether a string matches a regular expression, returning true or false.
- max()
18 Apr 2026
Returns the largest value in a sequence of comparable items, optionally using a named collation for string comparison.
- min()
18 Apr 2026
Returns the smallest value in a sequence of comparable items, optionally using a named collation for string comparison.
- minutes-from-time()
18 Apr 2026
Extracts the minutes component from an xs:time value as an xs:integer in the range 0–59.
- month-from-date()
18 Apr 2026
Extracts the month component from an xs:date value as an xs:integer in the range 1–12.
- name()
18 Apr 2026
Returns the qualified name (including namespace prefix, if any) of a node as it appears in the source document.
- namespace-uri()
18 Apr 2026
Returns the namespace URI of a node's expanded name, or an empty string if the node has no namespace.
- nilled()
18 Apr 2026
Returns true if an element node is schema-validated and marked as nilled with xsi:nil="true", otherwise returns false.
- node-name()
18 Apr 2026
Returns the name of a node as an xs:QName value, capturing both the namespace URI and the local name.