Tags
Xpath
- exists()
18 Apr 2026
Returns true if the sequence contains at least one item, and false if it is empty.
- false()
18 Apr 2026
Returns the boolean value false. Used in XPath expressions where an explicit boolean false literal is required.
- filter()
18 Apr 2026
Returns items from a sequence for which a predicate function returns true, discarding all others.
- floor()
18 Apr 2026
Returns the largest integer not greater than the argument — equivalent to rounding a number down toward negative infinity.
- fold-left()
18 Apr 2026
Accumulates a result by applying a function left-to-right over a sequence, starting from an initial zero value.
- fold-right()
18 Apr 2026
Accumulates a result by applying a function right-to-left over a sequence, starting from an initial zero value.
- for-each-pair()
18 Apr 2026
Applies a binary function to corresponding items from two sequences, returning the concatenated results.
- for-each()
18 Apr 2026
Applies a function to each item of a sequence and returns the concatenation of all results.
- format-date()
18 Apr 2026
Formats an xs:date value into a human-readable string using a picture pattern, with optional locale and calendar support.
- format-dateTime()
18 Apr 2026
Formats an xs:dateTime value into a human-readable string using a picture pattern, with optional locale and calendar support.