Tags
Xpath
- map:keys()
18 Apr 2026
Returns all keys of a map as a sequence of atomic values in implementation-defined order.
- map:merge()
18 Apr 2026
Merges multiple maps into one, with duplicate key handling controlled by an options map.
- map:put()
18 Apr 2026
Returns a new map with a key-value entry added or updated, leaving the original map unchanged.
- map:remove()
18 Apr 2026
Returns a new map with one or more specified keys removed, leaving the original map unchanged.
- 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.