From 2f7b34c3e16fc8fec77e876984c70d1a4f1921be Mon Sep 17 00:00:00 2001 From: widlam Date: Fri, 14 Apr 2023 09:23:15 +0200 Subject: [PATCH] simplify documentation by deleted what function returns in method signature --- Frontend/tools/xpath.html | 532 +++++++++++++++++++------------------- 1 file changed, 266 insertions(+), 266 deletions(-) diff --git a/Frontend/tools/xpath.html b/Frontend/tools/xpath.html index f7452b7..8c7af96 100644 --- a/Frontend/tools/xpath.html +++ b/Frontend/tools/xpath.html @@ -713,7 +713,7 @@
fn:outermost(node()*) as node()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:outermost(node()*)
Returns the outermost nodes of the input sequence that are not ancestors of any other node in the input sequence
@@ -748,7 +748,7 @@ fn:innermost(node()*) as node()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:innermost(node()*)
Returns the innermost nodes of the input sequence that are not descendants of any other node in the input sequence
@@ -783,7 +783,7 @@ fn:has-children(node()?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:has-children(node()?)
Returns true if the specified node has one or more children, otherwise returns false
Arguments and return type: @@ -817,7 +817,7 @@ fn:path(node()?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:path(node()?)
Returns a string that represents the path of the specified node within the XML document
@@ -852,7 +852,7 @@ fn:root(node()?) as node()? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:root(node()?)
Returns the root node of the tree that contains the specified node
Arguments and return type: @@ -886,7 +886,7 @@ fn:namespace-uri(node()?) as xs:anyURI + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:namespace-uri(node()?)
Returns the namespace URI of the specified node
Arguments and return type: @@ -920,7 +920,7 @@ fn:local-name(node()?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:local-name(node()?)
Returns the local part of the name of the specified node
Arguments and return type: @@ -953,7 +953,7 @@
fn:name(node()?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:name(node()?)
Returns the expanded QName of the specified node as a string
Arguments and return type: @@ -1105,7 +1105,7 @@
fn:not(item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:not(item()*)
Returns the negation of the effective boolean value of the argument
Arguments and return type: @@ -1147,7 +1147,7 @@ fn:false() as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:false()
Returns the boolean value false
Arguments and return type: @@ -1181,7 +1181,7 @@ fn:true() as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:true()
Returns the boolean value true
Arguments and return type: @@ -1215,7 +1215,7 @@ fn:boolean(item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:boolean(item()*)
Converts the argument to a boolean value
Arguments and return type: @@ -1265,7 +1265,7 @@
fn:unparsed-text-available(xs:string?, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:unparsed-text-available(xs:string?, xs:string?)
Determines if an unparsed text resource identified by a URI can be read using the given encoding
@@ -1305,7 +1305,7 @@ fn:unparsed-text-lines(xs:string?, xs:string?) as xs:string* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:unparsed-text-lines(xs:string?, xs:string?)
Returns the contents of an unparsed text resource identified by a URI, split into lines
@@ -1345,7 +1345,7 @@ fn:unparsed-text(xs:string?, xs:string?) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:unparsed-text(xs:string?, xs:string?)
Returns the contents of an unparsed text resource identified by a URI
Arguments and return type: @@ -1384,7 +1384,7 @@ fn:escape-html-uri(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:escape-html-uri(xs:string?)
Escapes special characters in a URI to be used in HTML
Arguments and return type: @@ -1418,7 +1418,7 @@ fn:iri-to-uri(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:iri-to-uri(xs:string?)
Converts an IRI to a URI by escaping non-ASCII characters
Arguments and return type: @@ -1452,7 +1452,7 @@ fn:encode-for-uri(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:encode-for-uri(xs:string?)
Encodes a string for use in a URI by escaping special characters
Arguments and return type: @@ -1486,7 +1486,7 @@ fn:resolve-uri(xs:string?, xs:string?) as xs:anyURI? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:resolve-uri(xs:string?, xs:string?)
Resolves a relative URI using a base URI
Arguments and return type: @@ -1524,7 +1524,7 @@
fn:analyze-string(xs:string?, xs:string, xs:string?) as element(fn:analyze-string-result) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:analyze-string(xs:string?, xs:string, xs:string?)
Analyzes the input string and returns an XML fragment containing match and non-match elements
@@ -1567,7 +1567,7 @@ fn:tokenize(xs:string?, xs:string, xs:string?) as xs:string* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:tokenize(xs:string?, xs:string, xs:string?)
Splits the input string into a sequence of substrings using the pattern as a delimiter
@@ -1610,7 +1610,7 @@ fn:replace(xs:string?, xs:string, xs:string, xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:replace(xs:string?, xs:string, xs:string, xs:string?)
Replaces occurrences of the pattern in the input string with the replacement string
Arguments and return type: @@ -1656,7 +1656,7 @@ fn:matches(xs:string?, xs:string, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:matches(xs:string?, xs:string, xs:string?)
Returns true if the input string matches the regular expression pattern, otherwise false
@@ -1703,7 +1703,7 @@ fn:substring-after(xs:string?, xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:substring-after(xs:string?, xs:string?)
Returns the part of the first string that follows the first occurrence of the second string
@@ -1742,7 +1742,7 @@ fn:substring-before(xs:string?, xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:substring-before(xs:string?, xs:string?)
Returns the part of the first string that precedes the first occurrence of the second string
@@ -1781,7 +1781,7 @@ fn:ends-with(xs:string?, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:ends-with(xs:string?, xs:string?)
Returns true if the first string ends with the second string, otherwise false
Arguments and return type: @@ -1823,7 +1823,7 @@ fn:starts-with(xs:string?, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:starts-with(xs:string?, xs:string?)
Returns true if the first string starts with the second string, otherwise false
Arguments and return type: @@ -1865,7 +1865,7 @@ fn:contains(xs:string?, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:contains(xs:string?, xs:string?)
Returns true if the first string contains the second string, otherwise false
Arguments and return type: @@ -1907,7 +1907,7 @@ fn:translate(xs:string?, xs:string, xs:string) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:translate(xs:string?, xs:string, xs:string)
Returns the input string with specified characters replaced
Arguments and return type: @@ -1949,7 +1949,7 @@ fn:lower-case(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:lower-case(xs:string?)
Returns the input string with all characters converted to lowercase
Arguments and return type: @@ -1987,7 +1987,7 @@ fn:upper-case(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:upper-case(xs:string?)
Returns the input string with all characters converted to uppercase
Arguments and return type: @@ -2025,7 +2025,7 @@ fn:normalize-unicode(xs:string?, xs:string) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:normalize-unicode(xs:string?, xs:string)
Returns the input string with Unicode normalization applied
Arguments and return type: @@ -2063,7 +2063,7 @@ fn:normalize-space(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:normalize-space(xs:string?)
Returns the input string with whitespace normalized
Arguments and return type: @@ -2101,7 +2101,7 @@ fn:string-length(xs:string?) as xs:integer + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:string-length(xs:string?)
Returns the length of the input string
Arguments and return type: @@ -2139,7 +2139,7 @@ fn:substring(xs:string?, xs:double) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:substring(xs:string?, xs:double)
Returns a substring of the source string, starting from a specific location
Arguments and return type: @@ -2180,7 +2180,7 @@
fn:string-join(xs:string*, xs:string) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:string-join(xs:string*, xs:string)
Joins a sequence of strings with a specified separator, returning a single string
Arguments and return type: @@ -2222,7 +2222,7 @@ fn:concat(xs:anyAtomicType?, xs:anyAtomicType?, ...) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:concat(xs:anyAtomicType?, xs:anyAtomicType?, ...)
Concatenates two or more strings or atomic values, returning a single string
Arguments and return type: @@ -2260,7 +2260,7 @@ fn:codepoint-equal(xs:string?, xs:string?) as xs:boolean? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:codepoint-equal(xs:string?, xs:string?)
Compares two strings on a codepoint-by-codepoint basis and returns true if they are equal, false otherwise
@@ -2303,7 +2303,7 @@ fn:compare(xs:string?, xs:string?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:compare(xs:string?, xs:string?)
Compares two strings and returns -1, 0, or 1 if the first string is less than, equal to, or greater than the second string, respectively
@@ -2346,7 +2346,7 @@ fn:string-to-codepoints(xs:string?) as xs:integer* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:string-to-codepoints(xs:string?)
Returns a sequence of Unicode code points for a given string
Arguments and return type: @@ -2384,7 +2384,7 @@ fn:codepoints-to-string(xs:integer*) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:codepoints-to-string(xs:integer*)
Constructs a string from a sequence of Unicode code points
Arguments and return type: @@ -2466,7 +2466,7 @@ fn:format-number(numeric?, xs:string, $decimal-format-name as xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-number(numeric?, xs:string, $decimal-format-name)
Formats a numeric value according to the supplied picture string and optional decimal format name
@@ -2513,7 +2513,7 @@ fn:format-integer(xs:integer?, xs:string) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-integer(xs:integer?, xs:string)
Formats an integer value according to the supplied picture string
Arguments and return type: @@ -2555,7 +2555,7 @@ fn:round-half-to-even(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:round-half-to-even(numeric?)
Returns the closest integer to the given numeric value, rounding half-way cases to the nearest even integer (also known as "bankers' rounding")
@@ -2598,7 +2598,7 @@ fn:round(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:round(numeric?)
Returns the closest integer to the given numeric value, rounding half-way cases away from zero
@@ -2637,7 +2637,7 @@ fn:floor(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:floor(numeric?)
Returns the largest integer less than or equal to the given numeric value
Arguments and return type: @@ -2676,7 +2676,7 @@ fn:ceiling(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:ceiling(numeric?)
Returns the smallest integer greater than or equal to the given numeric value
Arguments and return type: @@ -2714,7 +2714,7 @@ fn:abs(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:abs(numeric?)
Returns the absolute value of the given numeric value
Arguments and return type: @@ -2798,7 +2798,7 @@
fn:fold-right(item()*, item()*, function(item(), item()*) as item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:fold-right(item()*, item()*, function(item(), item()*))
Applies a processing function cumulatively to the items of a sequence from right to left, so as to reduce the sequence to a single value
@@ -2843,7 +2843,7 @@ fn:fold-left(item()*, item()*, function(item()*, item()) as item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:fold-left(item()*, item()*, function(item()*, item()))
Applies a processing function cumulatively to the items of a sequence from left to right, so as to reduce the sequence to a single value
@@ -2922,7 +2922,7 @@
fn:position() as xs:integer + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:position()
Returns the context position of the context item in the sequence currently being processed
@@ -2963,7 +2963,7 @@ fn:collection(xs:string?) as xs:anyAtomicType* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:collection(xs:string?)
Returns a sequence of documents in a collection identified by a URI
Arguments and return type: @@ -3003,7 +3003,7 @@ fn:sum(xs:anyAtomicType*, xs:anyAtomicType?) as xs:anyAtomicType? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:sum(xs:anyAtomicType*, xs:anyAtomicType?)
Returns the sum of a sequence of numeric values
Arguments and return type: @@ -3045,7 +3045,7 @@ fn:min(xs:anyAtomicType*, xs:string) as xs:anyAtomicType? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:min(xs:anyAtomicType*, xs:string)
Returns the minimum value from a sequence of values
Arguments and return type: @@ -3092,7 +3092,7 @@ fn:max(xs:anyAtomicType*, xs:string) as xs:anyAtomicType? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:max(xs:anyAtomicType*, xs:string)
Returns the maximum value from a sequence of values
Arguments and return type: @@ -3139,7 +3139,7 @@ fn:avg(xs:anyAtomicType*) as xs:anyAtomicType? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:avg(xs:anyAtomicType*)
Computes the average of the numeric values in the input sequence
Arguments and return type: @@ -3181,7 +3181,7 @@ fn:count(item()*) as xs:integer + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:count(item()*)
Returns the number of items in the input sequence
Arguments and return type: @@ -3223,7 +3223,7 @@ fn:exactly-one(item()*) as item() + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:exactly-one(item()*)
Returns the single item in the input sequence or raises an error if the sequence is empty or contains more than one item
@@ -3266,7 +3266,7 @@ fn:one-or-more(item()*) as item()+ + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:one-or-more(item()*)+
Returns the input sequence if it contains one or more items, otherwise raises an error
@@ -3305,7 +3305,7 @@ fn:zero-or-one(item()*) as item()? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:zero-or-one(item()*)
Returns the input sequence if it contains zero or one items, otherwise raises an error
@@ -3344,7 +3344,7 @@ fn:deep-equal(item()* , item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:deep-equal(item()* , item()*)
Returns true if the two input sequences are deep-equal, meaning that they have the same structure and atomic values
@@ -3387,7 +3387,7 @@ fn:index-of(xs:anyAtomicType*, xs:anyAtomicType) as xs:integer* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:index-of(xs:anyAtomicType*, xs:anyAtomicType)
Returns a sequence of integers indicating the positions of items in the input sequence that are equal to the search item
@@ -3432,7 +3432,7 @@ fn:distinct-values(xs:anyAtomicType*) as xs:anyAtomicType* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:distinct-values(xs:anyAtomicType*)
Returns a sequence of distinct atomic values from the input sequence
Arguments and return type: @@ -3471,7 +3471,7 @@ fn:unordered(item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:unordered(item()*)
Returns the items of a sequence in an implementation-dependent order
Arguments and return type: @@ -3510,7 +3510,7 @@ fn:subsequence(item()*, xs:double, xs:double) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:subsequence(item()*, xs:double, xs:double)
Returns a subsequence of a given sequence starting at a specified position with a specified length
@@ -3561,7 +3561,7 @@ fn:reverse(item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:reverse(item()*)
Reverses the order of items in a sequence
Arguments and return type: @@ -3603,7 +3603,7 @@ fn:remove(item()*, xs:integer) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:remove(item()*, xs:integer)
Removes an item from a sequence at the specified position
Arguments and return type: @@ -3649,7 +3649,7 @@ fn:insert-before(item()*, xs:integer, item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:insert-before(item()*, xs:integer, item()*)
Inserts items from the specified sequence into another sequence at a given position
Arguments and return type: @@ -3699,7 +3699,7 @@ fn:tail(item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:tail(item()*)
Returns all items of the input sequence except the first one, or an empty sequence if the input is empty or contains only one item
@@ -3742,7 +3742,7 @@ fn:head(item()*) as item()? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:head(item()*)
Returns the first item of the input sequence, or an empty sequence if the input is empty
@@ -3785,7 +3785,7 @@ fn:exists(item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:exists(item()*)
Returns true if the input sequence is not empty, otherwise returns false
Arguments and return type: @@ -3827,7 +3827,7 @@ fn:empty(item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:empty(item()*)
Returns true if the input sequence is empty, otherwise returns false
Arguments and return type: @@ -3917,7 +3917,7 @@ fn:implicit-timezone() as xs:dayTimeDuration + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:implicit-timezone()
Returns the implicit timezone as an xs:dayTimeDuration
Arguments and return type: @@ -3952,7 +3952,7 @@ fn:current-time() as xs:time + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:current-time()
Returns the current time with timezone
Arguments and return type: @@ -3986,7 +3986,7 @@ fn:current-date() as xs:date + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:current-date()
Returns the current date with timezone
Arguments and return type: @@ -4020,7 +4020,7 @@ fn:current-dateTime() as xs:dateTime + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:current-dateTime()
Returns the current date and time with timezone
Arguments and return type: @@ -4055,7 +4055,7 @@ fn:format-time(xs:time?, xs:string, xs:string?, xs:string?, xs:string?) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-time(xs:time?, xs:string, xs:string?, xs:string?, xs:string?)
Formats a time value using the provided picture string and optional language, calendar, and country settings
@@ -4106,7 +4106,7 @@ fn:format-date(xs:date?, xs:string, xs:string?, xs:string?, xs:string?) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-date(xs:date?, xs:string, xs:string?, xs:string?, xs:string?)
Formats a date value using the provided picture string and optional language, calendar, and country settings
@@ -4157,7 +4157,7 @@ fn:format-dateTime(xs:dateTime?, xs:string, xs:string?, xs:string?, xs:string?) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-dateTime(xs:dateTime?, xs:string, xs:string?, xs:string?, xs:string?)
Formats a dateTime value using the provided picture string and optional language, calendar, and country settings
@@ -4210,7 +4210,7 @@ fn:adjust-time-to-timezone(xs:time?, xs:dayTimeDuration?) as xs:time? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:adjust-time-to-timezone(xs:time?, xs:dayTimeDuration?)
Adjusts the timezone of a time value
Arguments and return type: @@ -4252,7 +4252,7 @@ fn:adjust-date-to-timezone(xs:date?, xs:dayTimeDuration?) as xs:date? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:adjust-date-to-timezone(xs:date?, xs:dayTimeDuration?)
Adjusts the timezone of a date value
Arguments and return type: @@ -4292,7 +4292,7 @@ fn:adjust-dateTime-to-timezone(xs:dateTime?, xs:dayTimeDuration?) as xs:dateTime? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:adjust-dateTime-to-timezone(xs:dateTime?, xs:dayTimeDuration?)
Adjusts the timezone of a dateTime value
Arguments and return type: @@ -4332,7 +4332,7 @@ fn:timezone-from-time(xs:time?) as xs:dayTimeDuration? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:timezone-from-time(xs:time?)
Extracts the timezone component from an xs:time value
Arguments and return type: @@ -4366,7 +4366,7 @@ fn:seconds-from-time(xs:time?) as xs:decimal? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:seconds-from-time(xs:time?)
Extracts the seconds component from an xs:time value
Arguments and return type: @@ -4400,7 +4400,7 @@ fn:minutes-from-time(xs:time?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:minutes-from-time(xs:time?)
Extracts the minutes component from an xs:time value
Arguments and return type: @@ -4434,7 +4434,7 @@ fn:hours-from-time(xs:time?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:hours-from-time(xs:time?)
Extracts the hours component from an xs:time value
Arguments and return type: @@ -4468,7 +4468,7 @@ fn:timezone-from-date(xs:date?) as xs:dayTimeDuration? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:timezone-from-date(xs:date?)
Extracts the timezone component from an xs:date value
Arguments and return type: @@ -4502,7 +4502,7 @@ fn:day-from-date(xs:date?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:day-from-date(xs:date?)
Extracts the day component from an xs:date value
Arguments and return type: @@ -4536,7 +4536,7 @@ fn:month-from-date(xs:date?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:month-from-date(xs:date?)
Extracts the month component from an xs:date value
Arguments and return type: @@ -4570,7 +4570,7 @@ fn:year-from-date(xs:date?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:year-from-date(xs:date?)
Extracts the year component from an xs:date value
Arguments and return type: @@ -4604,7 +4604,7 @@ fn:timezone-from-dateTime(xs:dateTime?) as xs:dayTimeDuration? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:timezone-from-dateTime(xs:dateTime?)
Extracts the timezone component from an xs:dateTime value
Arguments and return type: @@ -4638,7 +4638,7 @@ fn:seconds-from-dateTime(xs:dateTime?) as xs:decimal? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:seconds-from-dateTime(xs:dateTime?)
Extracts the seconds component from an xs:dateTime value
Arguments and return type: @@ -4673,7 +4673,7 @@ fn:minutes-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:minutes-from-dateTime(xs:dateTime?)
Extracts the minutes component from an xs:dateTime value
Arguments and return type: @@ -4707,7 +4707,7 @@ fn:hours-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:hours-from-dateTime(xs:dateTime?)
Extracts the hours component from an xs:dateTime value
Arguments and return type: @@ -4741,7 +4741,7 @@ fn:day-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:day-from-dateTime(xs:dateTime?)
Extracts the day component from an xs:dateTime value
Arguments and return type: @@ -4775,7 +4775,7 @@ fn:month-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:month-from-dateTime(xs:dateTime?)
Extracts the month component from an xs:dateTime value
Arguments and return type: @@ -4809,7 +4809,7 @@ fn:year-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:year-from-dateTime(xs:dateTime?)
Extracts the year component from an xs:dateTime value
Arguments and return type: @@ -4845,7 +4845,7 @@ fn:dateTime(xs:date?, xs:time?) as xs:dateTime? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:dateTime(xs:date?, xs:time?)
Constructs an xs:dateTime value from an xs:date and an xs:time value
Arguments and return type: @@ -4883,7 +4883,7 @@ fn:seconds-from-duration(xs:duration?) as xs:decimal? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:seconds-from-duration(xs:duration?)
Returns the seconds component of the duration
Arguments and return type: @@ -4917,7 +4917,7 @@ fn:minutes-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:minutes-from-duration(xs:duration?)
Returns the minutes component of the duration
Arguments and return type: @@ -4951,7 +4951,7 @@ fn:hours-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:hours-from-duration(xs:duration?)
Returns the hours component of the duration
Arguments and return type: @@ -4985,7 +4985,7 @@ fn:days-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:days-from-duration(xs:duration?)
Returns the days component of the duration
Arguments and return type: @@ -5020,7 +5020,7 @@ fn:months-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:months-from-duration(xs:duration?)
Returns the months component of the duration
Arguments and return type: @@ -5054,7 +5054,7 @@ fn:years-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:years-from-duration(xs:duration?)
Returns the years component of the duration
Arguments and return type: @@ -5135,7 +5135,7 @@
fn:trace(item()*, xs:string) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:trace(item()*, xs:string)
Outputs the provided label and value for diagnostic purposes and returns the value unchanged
@@ -5175,7 +5175,7 @@ fn:error(xs:QName?, xs:string?, $error-object as item()*) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:error(xs:QName?, xs:string?, $error-object)
Raises an error with the specified error code, description, and error object
Arguments and return type: @@ -5225,7 +5225,7 @@
fn:function-arity(function(*)) as xs:integer + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:function-arity(function(*))
Returns the arity (number of arguments) of the specified function
Arguments and return type: @@ -5261,7 +5261,7 @@ fn:function-name(function(*)) as xs:QName? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:function-name(function(*))
Returns the QName of the specified function
Arguments and return type: @@ -5298,7 +5298,7 @@ fn:function-lookup(xs:QName, xs:integer) as function(*)? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:function-lookup(xs:QName, xs:integer)
Returns a function with the specified QName and arity if available, otherwise returns an empty sequence
@@ -5339,7 +5339,7 @@ fn:static-base-uri() as xs:anyURI? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:static-base-uri()
Returns the static base URI as an xs:anyURI, if available
Arguments and return type: @@ -5374,7 +5374,7 @@ fn:default-collation() as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:default-collation()
Returns the default collation URI as an xs:string
Arguments and return type: @@ -5409,7 +5409,7 @@ fn:serialize(item()?, item()?) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:serialize(item()?, item()?)
Serializes an XML node, producing a string representation of the node
Arguments and return type: @@ -5454,7 +5454,7 @@ fn:parse-xml-fragment(xs:string?) as document-node(element(*))? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:parse-xml-fragment(xs:string?)
Parses a string containing an XML fragment and returns a corresponding document node
@@ -5491,7 +5491,7 @@ fn:parse-xml(xs:string?) as document-node(element(*))? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:parse-xml(xs:string?)
Parses a string containing an XML document and returns a corresponding document node
@@ -5527,7 +5527,7 @@ fn:available-environment-variables() as xs:string* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:available-environment-variables()
Retrieves a sequence of the names of all available environment variables
Arguments and return type: @@ -5562,7 +5562,7 @@ fn:environment-variable(xs:string) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:environment-variable(xs:string)
Retrieves the value of an environment variable
Arguments and return type: @@ -5598,7 +5598,7 @@ fn:uri-collection(xs:string?) as xs:anyURI* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:uri-collection(xs:string?)
Returns a sequence of URIs in a collection identified by a URI
Arguments and return type: @@ -5638,7 +5638,7 @@
fn:doc-available(xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:doc-available(xs:string?)
Tests whether an XML document is available at a given URI
Arguments and return type: @@ -5678,7 +5678,7 @@ fn:doc(xs:string?) as document-node()? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:doc(xs:string?)
Loads an XML document from a URI and returns the document node
Arguments and return type: @@ -5718,7 +5718,7 @@ fn:generate-id(node()?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:generate-id(node()?)
Returns a unique identifier for the specified node
Arguments and return type: @@ -5757,7 +5757,7 @@ fn:idref(xs:string*) as node()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:idref(xs:string*)
Returns a sequence of nodes that are referenced by the specified IDREF attribute values
@@ -5798,7 +5798,7 @@ fn:id(xs:string*) as element()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:id(xs:string*)
Returns a sequence of elements with the specified ID attribute values
Arguments and return type: @@ -5836,7 +5836,7 @@ fn:lang(xs:string, node()?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:lang(xs:string, node()?)
Returns true if the language of the specified node or its nearest ancestor matches the given language code
@@ -5876,7 +5876,7 @@ fn:in-scope-prefixes(element()) as xs:string* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:in-scope-prefixes(element())
Returns a sequence of strings representing the prefixes of the in-scope namespaces for the specified element
@@ -5907,7 +5907,7 @@ fn:namespace-uri-for-prefix(xs:string?, element()) as xs:anyURI? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:namespace-uri-for-prefix(xs:string?, element())
Returns the namespace URI associated with the given prefix, using the in-scope namespaces for the specified element
@@ -5946,7 +5946,7 @@ fn:namespace-uri-from-QName(xs:QName?) as xs:anyURI? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:namespace-uri-from-QName(xs:QName?)
Returns the namespace URI of the given QName value, or an empty sequence if there's no namespace URI
@@ -5982,7 +5982,7 @@ fn:local-name-from-QName(xs:QName?) as xs:NCName? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:local-name-from-QName(xs:QName?)
Returns the local name of the given QName value, or an empty sequence if there's no local name
@@ -6018,7 +6018,7 @@ fn:prefix-from-QName(xs:QName?) as xs:NCName? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:prefix-from-QName(xs:QName?)
Returns the prefix of the given QName value, or an empty sequence if there's no prefix
@@ -6054,7 +6054,7 @@ fn:QName(xs:string?, xs:string) as xs:QName + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:QName(xs:string?, xs:string)
Constructs an xs:QName value from a namespace URI and a lexical QName
Arguments and return type: @@ -6092,7 +6092,7 @@ fn:resolve-QName(xs:string?, element()) as xs:QName? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:resolve-QName(xs:string?, element())
Resolves a QName by expanding a prefix using the in-scope namespaces of a given element
@@ -6155,7 +6155,7 @@
fn:for-each-pair(item()*, item()*, function(item(), item()) as item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:for-each-pair(item()*, item()*, function(item(), item()))
Applies a processing function to pairs of items from two input sequences in a pairwise fashion, resulting in a sequence of the same length as the shorter input @@ -6205,7 +6205,7 @@ fn:filter(item()*, function(item()) as xs:boolean) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:filter(item()*, function(item())
Filters a sequence of items based on a given predicate function
Arguments and return type: @@ -6244,7 +6244,7 @@ fn:for-each(item()*, function(item()) as item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:for-each(item()*, function(item()))
Applies a specified function to each item in a sequence, returning a new sequence
@@ -6295,7 +6295,7 @@
fn:outermost(node()*) as node()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:outermost(node()*)
Returns the outermost nodes of the input sequence that are not ancestors of any other node in the input sequence
@@ -6330,7 +6330,7 @@ fn:innermost(node()*) as node()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:innermost(node()*)
Returns the innermost nodes of the input sequence that are not descendants of any other node in the input sequence
@@ -6365,7 +6365,7 @@ fn:has-children(node()?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:has-children(node()?)
Returns true if the specified node has one or more children, otherwise returns false
Arguments and return type: @@ -6399,7 +6399,7 @@ fn:path(node()?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:path(node()?)
Returns a string that represents the path of the specified node within the XML document
@@ -6434,7 +6434,7 @@ fn:root(node()?) as node()? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:root(node()?)
Returns the root node of the tree that contains the specified node
Arguments and return type: @@ -6468,7 +6468,7 @@ fn:namespace-uri(node()?) as xs:anyURI + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:namespace-uri(node()?)
Returns the namespace URI of the specified node
Arguments and return type: @@ -6502,7 +6502,7 @@ fn:local-name(node()?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:local-name(node()?)
Returns the local part of the name of the specified node
Arguments and return type: @@ -6535,7 +6535,7 @@
fn:name(node()?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:name(node()?)
Returns the expanded QName of the specified node as a string
Arguments and return type: @@ -6687,7 +6687,7 @@
fn:not(item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:not(item()*)
Returns the negation of the effective boolean value of the argument
Arguments and return type: @@ -6729,7 +6729,7 @@ fn:false() as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:false()
Returns the boolean value false
Arguments and return type: @@ -6763,7 +6763,7 @@ fn:true() as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:true()
Returns the boolean value true
Arguments and return type: @@ -6797,7 +6797,7 @@ fn:boolean(item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:boolean(item()*)
Converts the argument to a boolean value
Arguments and return type: @@ -6847,7 +6847,7 @@
fn:unparsed-text-available(xs:string?, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:unparsed-text-available(xs:string?, xs:string?)
Determines if an unparsed text resource identified by a URI can be read using the given encoding
@@ -6887,7 +6887,7 @@ fn:unparsed-text-lines(xs:string?, xs:string?) as xs:string* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:unparsed-text-lines(xs:string?, xs:string?)
Returns the contents of an unparsed text resource identified by a URI, split into lines
@@ -6927,7 +6927,7 @@ fn:unparsed-text(xs:string?, xs:string?) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:unparsed-text(xs:string?, xs:string?)
Returns the contents of an unparsed text resource identified by a URI
Arguments and return type: @@ -6966,7 +6966,7 @@ fn:escape-html-uri(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:escape-html-uri(xs:string?)
Escapes special characters in a URI to be used in HTML
Arguments and return type: @@ -7000,7 +7000,7 @@ fn:iri-to-uri(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:iri-to-uri(xs:string?)
Converts an IRI to a URI by escaping non-ASCII characters
Arguments and return type: @@ -7034,7 +7034,7 @@ fn:encode-for-uri(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:encode-for-uri(xs:string?)
Encodes a string for use in a URI by escaping special characters
Arguments and return type: @@ -7068,7 +7068,7 @@ fn:resolve-uri(xs:string?, xs:string?) as xs:anyURI? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:resolve-uri(xs:string?, xs:string?)
Resolves a relative URI using a base URI
Arguments and return type: @@ -7108,7 +7108,7 @@ fn:analyze-string(xs:string?, xs:string, xs:string?) as element(fn:analyze-string-result) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:analyze-string(xs:string?, xs:string, xs:string?)
Analyzes the input string and returns an XML fragment containing match and non-match elements
@@ -7151,7 +7151,7 @@ fn:tokenize(xs:string?, xs:string, xs:string?) as xs:string* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:tokenize(xs:string?, xs:string, xs:string?)
Splits the input string into a sequence of substrings using the pattern as a delimiter
@@ -7194,7 +7194,7 @@ fn:replace(xs:string?, xs:string, xs:string, xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:replace(xs:string?, xs:string, xs:string, xs:string?)
Replaces occurrences of the pattern in the input string with the replacement string
Arguments and return type: @@ -7240,7 +7240,7 @@ fn:matches(xs:string?, xs:string, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:matches(xs:string?, xs:string, xs:string?)
Returns true if the input string matches the regular expression pattern, otherwise false
@@ -7287,7 +7287,7 @@ fn:substring-after(xs:string?, xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:substring-after(xs:string?, xs:string?)
Returns the part of the first string that follows the first occurrence of the second string
@@ -7326,7 +7326,7 @@ fn:substring-before(xs:string?, xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:substring-before(xs:string?, xs:string?)
Returns the part of the first string that precedes the first occurrence of the second string
@@ -7365,7 +7365,7 @@ fn:ends-with(xs:string?, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:ends-with(xs:string?, xs:string?)
Returns true if the first string ends with the second string, otherwise false
Arguments and return type: @@ -7407,7 +7407,7 @@ fn:starts-with(xs:string?, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:starts-with(xs:string?, xs:string?)
Returns true if the first string starts with the second string, otherwise false
Arguments and return type: @@ -7449,7 +7449,7 @@ fn:contains(xs:string?, xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:contains(xs:string?, xs:string?)
Returns true if the first string contains the second string, otherwise false
Arguments and return type: @@ -7491,7 +7491,7 @@ fn:translate(xs:string?, xs:string, xs:string) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:translate(xs:string?, xs:string, xs:string)
Returns the input string with specified characters replaced
Arguments and return type: @@ -7533,7 +7533,7 @@ fn:lower-case(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:lower-case(xs:string?)
Returns the input string with all characters converted to lowercase
Arguments and return type: @@ -7571,7 +7571,7 @@ fn:upper-case(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:upper-case(xs:string?)
Returns the input string with all characters converted to uppercase
Arguments and return type: @@ -7609,7 +7609,7 @@ fn:normalize-unicode(xs:string?, xs:string) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:normalize-unicode(xs:string?, xs:string)
Returns the input string with Unicode normalization applied
Arguments and return type: @@ -7647,7 +7647,7 @@ fn:normalize-space(xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:normalize-space(xs:string?)
Returns the input string with whitespace normalized
Arguments and return type: @@ -7685,7 +7685,7 @@ fn:string-length(xs:string?) as xs:integer + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:string-length(xs:string?)
Returns the length of the input string
Arguments and return type: @@ -7723,7 +7723,7 @@ fn:substring(xs:string?, xs:double) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:substring(xs:string?, xs:double)
Returns a substring of the source string, starting from a specific location
Arguments and return type: @@ -7764,7 +7764,7 @@
fn:string-join(xs:string*, xs:string) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:string-join(xs:string*, xs:string)
Joins a sequence of strings with a specified separator, returning a single string
Arguments and return type: @@ -7806,7 +7806,7 @@ fn:concat(xs:anyAtomicType?, xs:anyAtomicType?, ...) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:concat(xs:anyAtomicType?, xs:anyAtomicType?, ...)
Concatenates two or more strings or atomic values, returning a single string
Arguments and return type: @@ -7844,7 +7844,7 @@ fn:codepoint-equal(xs:string?, xs:string?) as xs:boolean? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:codepoint-equal(xs:string?, xs:string?)
Compares two strings on a codepoint-by-codepoint basis and returns true if they are equal, false otherwise
@@ -7887,7 +7887,7 @@ fn:compare(xs:string?, xs:string?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:compare(xs:string?, xs:string?)
Compares two strings and returns -1, 0, or 1 if the first string is less than, equal to, or greater than the second string, respectively
@@ -7930,7 +7930,7 @@ fn:string-to-codepoints(xs:string?) as xs:integer* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:string-to-codepoints(xs:string?)
Returns a sequence of Unicode code points for a given string
Arguments and return type: @@ -7968,7 +7968,7 @@ fn:codepoints-to-string(xs:integer*) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:codepoints-to-string(xs:integer*)
Constructs a string from a sequence of Unicode code points
Arguments and return type: @@ -8050,7 +8050,7 @@ fn:format-number(numeric?, xs:string, item()?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-number(numeric?, xs:string, item()?)
Returns a string that represents a formatted version of a number using a formatting pattern and an optional set of properties
@@ -8102,7 +8102,7 @@ fn:format-integer(xs:integer?, xs:string) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-integer(xs:integer?, xs:string)
Formats an integer value according to the supplied picture string
Arguments and return type: @@ -8144,7 +8144,7 @@ fn:round-half-to-even(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:round-half-to-even(numeric?)
Returns the closest integer to the given numeric value, rounding half-way cases to the nearest even integer (also known as "bankers' rounding")
@@ -8187,7 +8187,7 @@ fn:round(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:round(numeric?)
Returns the closest integer to the given numeric value, rounding half-way cases away from zero
@@ -8226,7 +8226,7 @@ fn:floor(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:floor(numeric?)
Returns the largest integer less than or equal to the given numeric value
Arguments and return type: @@ -8265,7 +8265,7 @@ fn:ceiling(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:ceiling(numeric?)
Returns the smallest integer greater than or equal to the given numeric value
Arguments and return type: @@ -8303,7 +8303,7 @@ fn:abs(numeric?) as numeric? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:abs(numeric?)
Returns the absolute value of the given numeric value
Arguments and return type: @@ -8387,7 +8387,7 @@
fn:fold-right(item()*, item()*, function(item(), item()*) as item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:fold-right(item()*, item()*, function(item(), item()*))
Applies a processing function cumulatively to the items of a sequence from right to left, so as to reduce the sequence to a single value
@@ -8432,7 +8432,7 @@ fn:fold-left(item()*, item()*, function(item()*, item()) as item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:fold-left(item()*, item()*, function(item()*, item()))
Applies a processing function cumulatively to the items of a sequence from left to right, so as to reduce the sequence to a single value
@@ -8511,7 +8511,7 @@
fn:position() as xs:integer + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:position()
Returns the context position of the context item in the sequence currently being processed
@@ -8552,7 +8552,7 @@ fn:collection(xs:string?) as document-node()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:collection(xs:string?)
Returns a sequence of document nodes obtained from the collection identified by the argument URI, or the default collection if no argument is supplied.
@@ -8595,7 +8595,7 @@ fn:sum(xs:anyAtomicType*, xs:anyAtomicType?) as xs:anyAtomicType? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:sum(xs:anyAtomicType*, xs:anyAtomicType?)
Returns the sum of a sequence of numeric values
Arguments and return type: @@ -8637,7 +8637,7 @@ fn:min(xs:anyAtomicType*) as xs:anyAtomicType? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:min(xs:anyAtomicType*)
Returns the minimum value of a sequence of atomic values, according to the ordering rules for the value's type
@@ -8681,7 +8681,7 @@ fn:max(xs:anyAtomicType*) as xs:anyAtomicType? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:max(xs:anyAtomicType*)
Returns the maximum value of a sequence of atomic values, according to the ordering rules for the value's type
@@ -8726,7 +8726,7 @@ fn:avg(xs:anyAtomicType*) as xs:anyAtomicType? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:avg(xs:anyAtomicType*)
Computes the average of the numeric values in the input sequence
Arguments and return type: @@ -8768,7 +8768,7 @@ fn:count(item()*) as xs:integer + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:count(item()*)
Returns the number of items in the input sequence
Arguments and return type: @@ -8810,7 +8810,7 @@ fn:exactly-one(item()*) as item() + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:exactly-one(item()*)
Returns the single item in the input sequence or raises an error if the sequence is empty or contains more than one item
@@ -8853,7 +8853,7 @@ fn:one-or-more(item()*) as item()+ + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:one-or-more(item()*)+
Returns the input sequence if it contains one or more items, otherwise raises an error
@@ -8892,7 +8892,7 @@ fn:zero-or-one(item()*) as item()? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:zero-or-one(item()*)
Returns the input sequence if it contains zero or one items, otherwise raises an error
@@ -8931,7 +8931,7 @@ fn:deep-equal(item()* , item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:deep-equal(item()* , item()*)
Returns true if the two input sequences are deep-equal, meaning that they have the same structure and atomic values
@@ -8974,7 +8974,7 @@ fn:index-of(xs:anyAtomicType*, xs:anyAtomicType) as xs:integer* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:index-of(xs:anyAtomicType*, xs:anyAtomicType)
Returns a sequence of integers indicating the positions of items in the input sequence that are equal to the search item
@@ -9019,7 +9019,7 @@ fn:distinct-values(xs:anyAtomicType*) as xs:anyAtomicType* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:distinct-values(xs:anyAtomicType*)
Returns a sequence of distinct atomic values from the input sequence
Arguments and return type: @@ -9058,7 +9058,7 @@ fn:unordered(item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:unordered(item()*)
Returns the items of a sequence in an implementation-dependent order
Arguments and return type: @@ -9097,7 +9097,7 @@ fn:subsequence(item()*, xs:double, xs:double) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:subsequence(item()*, xs:double, xs:double)
Returns a subsequence of a given sequence starting at a specified position with a specified length
@@ -9148,7 +9148,7 @@ fn:reverse(item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:reverse(item()*)
Reverses the order of items in a sequence
Arguments and return type: @@ -9190,7 +9190,7 @@ fn:remove(item()*, xs:integer) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:remove(item()*, xs:integer)
Removes an item from a sequence at the specified position
Arguments and return type: @@ -9236,7 +9236,7 @@ fn:insert-before(item()*, xs:integer, item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:insert-before(item()*, xs:integer, item()*)
Inserts items from the specified sequence into another sequence at a given position
Arguments and return type: @@ -9286,7 +9286,7 @@ fn:tail(item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:tail(item()*)
Returns all items of the input sequence except the first one, or an empty sequence if the input is empty or contains only one item
@@ -9329,7 +9329,7 @@ fn:head(item()*) as item()? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:head(item()*)
Returns the first item of the input sequence, or an empty sequence if the input is empty
@@ -9372,7 +9372,7 @@ fn:exists(item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:exists(item()*)
Returns true if the input sequence is not empty, otherwise returns false
Arguments and return type: @@ -9414,7 +9414,7 @@ fn:empty(item()*) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:empty(item()*)
Returns true if the input sequence is empty, otherwise returns false
Arguments and return type: @@ -9504,7 +9504,7 @@ fn:implicit-timezone() as xs:dayTimeDuration + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:implicit-timezone()
Returns the implicit timezone as an xs:dayTimeDuration
Arguments and return type: @@ -9539,7 +9539,7 @@ fn:current-time() as xs:time + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:current-time()
Returns the current time with timezone
Arguments and return type: @@ -9573,7 +9573,7 @@ fn:current-date() as xs:date + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:current-date()
Returns the current date with timezone
Arguments and return type: @@ -9607,7 +9607,7 @@ fn:current-dateTime() as xs:dateTime + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:current-dateTime()
Returns the current date and time with timezone
Arguments and return type: @@ -9642,7 +9642,7 @@ fn:format-time(xs:time?, xs:string, xs:string?, xs:string?, xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-time(xs:time?, xs:string, xs:string?, xs:string?, xs:string?)
Formats a time value according to a formatting picture string, with optional language, calendar, and country parameters.
@@ -9702,7 +9702,7 @@ fn:format-date(xs:date?, xs:string, xs:string?, xs:string?, xs:string?) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-date(xs:date?, xs:string, xs:string?, xs:string?, xs:string?)
Formats a date value using the provided picture string and optional language, calendar, and country settings
@@ -9753,7 +9753,7 @@ fn:format-dateTime(xs:dateTime?, xs:string, xs:string?, xs:string?, xs:string?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:format-dateTime(xs:dateTime?, xs:string, xs:string?, xs:string?, xs:string?)
Formats a dateTime value according to a formatting picture string, with optional language, calendar, and country parameters.
@@ -9813,7 +9813,7 @@ fn:adjust-time-to-timezone(xs:time?, xs:dayTimeDuration?) as xs:time? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:adjust-time-to-timezone(xs:time?, xs:dayTimeDuration?)
Adjusts the timezone of a time value
Arguments and return type: @@ -9855,7 +9855,7 @@ fn:adjust-date-to-timezone(xs:date?, xs:dayTimeDuration?) as xs:date? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:adjust-date-to-timezone(xs:date?, xs:dayTimeDuration?)
Adjusts the timezone of a date value
Arguments and return type: @@ -9895,7 +9895,7 @@ fn:adjust-dateTime-to-timezone(xs:dateTime?, xs:dayTimeDuration?) as xs:dateTime? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:adjust-dateTime-to-timezone(xs:dateTime?, xs:dayTimeDuration?)
Adjusts the timezone of a dateTime value
Arguments and return type: @@ -9935,7 +9935,7 @@ fn:timezone-from-time(xs:time?) as xs:dayTimeDuration? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:timezone-from-time(xs:time?)
Extracts the timezone component from an xs:time value
Arguments and return type: @@ -9969,7 +9969,7 @@ fn:seconds-from-time(xs:time?) as xs:decimal? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:seconds-from-time(xs:time?)
Extracts the seconds component from an xs:time value
Arguments and return type: @@ -10003,7 +10003,7 @@ fn:minutes-from-time(xs:time?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:minutes-from-time(xs:time?)
Extracts the minutes component from an xs:time value
Arguments and return type: @@ -10037,7 +10037,7 @@ fn:hours-from-time(xs:time?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:hours-from-time(xs:time?)
Extracts the hours component from an xs:time value
Arguments and return type: @@ -10071,7 +10071,7 @@ fn:timezone-from-date(xs:date?) as xs:dayTimeDuration? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:timezone-from-date(xs:date?)
Extracts the timezone component from an xs:date value
Arguments and return type: @@ -10105,7 +10105,7 @@ fn:day-from-date(xs:date?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:day-from-date(xs:date?)
Extracts the day component from an xs:date value
Arguments and return type: @@ -10139,7 +10139,7 @@ fn:month-from-date(xs:date?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:month-from-date(xs:date?)
Extracts the month component from an xs:date value
Arguments and return type: @@ -10173,7 +10173,7 @@ fn:year-from-date(xs:date?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:year-from-date(xs:date?)
Extracts the year component from an xs:date value
Arguments and return type: @@ -10207,7 +10207,7 @@ fn:timezone-from-dateTime(xs:dateTime?) as xs:dayTimeDuration? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:timezone-from-dateTime(xs:dateTime?)
Extracts the timezone component from an xs:dateTime value
Arguments and return type: @@ -10241,7 +10241,7 @@ fn:seconds-from-dateTime(xs:dateTime?) as xs:decimal? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:seconds-from-dateTime(xs:dateTime?)
Extracts the seconds component from an xs:dateTime value
Arguments and return type: @@ -10276,7 +10276,7 @@ fn:minutes-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:minutes-from-dateTime(xs:dateTime?)
Extracts the minutes component from an xs:dateTime value
Arguments and return type: @@ -10310,7 +10310,7 @@ fn:hours-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:hours-from-dateTime(xs:dateTime?)
Extracts the hours component from an xs:dateTime value
Arguments and return type: @@ -10344,7 +10344,7 @@ fn:day-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:day-from-dateTime(xs:dateTime?)
Extracts the day component from an xs:dateTime value
Arguments and return type: @@ -10378,7 +10378,7 @@ fn:month-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:month-from-dateTime(xs:dateTime?)
Extracts the month component from an xs:dateTime value
Arguments and return type: @@ -10412,7 +10412,7 @@ fn:year-from-dateTime(xs:dateTime?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:year-from-dateTime(xs:dateTime?)
Extracts the year component from an xs:dateTime value
Arguments and return type: @@ -10448,7 +10448,7 @@ fn:dateTime(xs:date?, xs:time?) as xs:dateTime? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:dateTime(xs:date?, xs:time?)
Constructs an xs:dateTime value from an xs:date and an xs:time value
Arguments and return type: @@ -10486,7 +10486,7 @@ fn:seconds-from-duration(xs:duration?) as xs:decimal? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:seconds-from-duration(xs:duration?)
Returns the seconds component of the duration
Arguments and return type: @@ -10520,7 +10520,7 @@ fn:minutes-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:minutes-from-duration(xs:duration?)
Returns the minutes component of the duration
Arguments and return type: @@ -10554,7 +10554,7 @@ fn:hours-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:hours-from-duration(xs:duration?)
Returns the hours component of the duration
Arguments and return type: @@ -10588,7 +10588,7 @@ fn:days-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:days-from-duration(xs:duration?)
Returns the days component of the duration
Arguments and return type: @@ -10623,7 +10623,7 @@ fn:months-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:months-from-duration(xs:duration?)
Returns the months component of the duration
Arguments and return type: @@ -10657,7 +10657,7 @@ fn:years-from-duration(xs:duration?) as xs:integer? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:years-from-duration(xs:duration?)
Returns the years component of the duration
Arguments and return type: @@ -10738,7 +10738,7 @@
fn:trace(item()*, xs:string) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:trace(item()*, xs:string)
Outputs the provided label and value for diagnostic purposes and returns the value unchanged
@@ -10778,7 +10778,7 @@ fn:error(xs:QName?, xs:string?, $error-object as item()*) + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:error(xs:QName?, xs:string?, $error-object)
Raises an error with the specified error code, description, and error object
Arguments and return type: @@ -10828,7 +10828,7 @@
fn:function-arity(function(*)) as xs:integer + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:function-arity(function(*))
Returns the arity (number of arguments) of the specified function
Arguments and return type: @@ -10864,7 +10864,7 @@ fn:function-name(function(*)) as xs:QName? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:function-name(function(*))
Returns the QName of the specified function
Arguments and return type: @@ -10901,7 +10901,7 @@ fn:function-lookup(xs:QName, xs:integer) as function(*)? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:function-lookup(xs:QName, xs:integer)
Returns a function with the specified QName and arity if available, otherwise returns an empty sequence
@@ -10942,7 +10942,7 @@ fn:static-base-uri() as xs:anyURI? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:static-base-uri()
Returns the static base URI as an xs:anyURI, if available
Arguments and return type: @@ -10977,7 +10977,7 @@ fn:default-collation() as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:default-collation()
Returns the default collation URI as an xs:string
Arguments and return type: @@ -11012,7 +11012,7 @@ fn:serialize(item()?, item()?) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:serialize(item()?, item()?)
Serializes an XML node, producing a string representation of the node
Arguments and return type: @@ -11057,7 +11057,7 @@ fn:parse-xml-fragment(xs:string?) as document-node(element(*))? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:parse-xml-fragment(xs:string?)
Parses a string containing an XML fragment and returns a corresponding document node
@@ -11094,7 +11094,7 @@ fn:parse-xml(xs:string?) as document-node(element(*))? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:parse-xml(xs:string?)
Parses a string containing an XML document and returns a corresponding document node
@@ -11130,7 +11130,7 @@ fn:available-environment-variables() as xs:string* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:available-environment-variables()
Retrieves a sequence of the names of all available environment variables
Arguments and return type: @@ -11165,7 +11165,7 @@ fn:environment-variable(xs:string) as xs:string? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:environment-variable(xs:string)
Retrieves the value of an environment variable
Arguments and return type: @@ -11201,7 +11201,7 @@ fn:uri-collection(xs:string?) as xs:anyURI* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:uri-collection(xs:string?)
Returns a sequence of URIs in a collection identified by a URI
Arguments and return type: @@ -11241,7 +11241,7 @@
fn:doc-available(xs:string?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:doc-available(xs:string?)
Tests whether an XML document is available at a given URI
Arguments and return type: @@ -11281,7 +11281,7 @@ fn:doc(xs:string?) as document-node()? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:doc(xs:string?)
Loads an XML document from a URI and returns the document node
Arguments and return type: @@ -11321,7 +11321,7 @@ fn:generate-id(node()?) as xs:string + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:generate-id(node()?)
Returns a unique identifier for the specified node
Arguments and return type: @@ -11360,7 +11360,7 @@ fn:idref(xs:string*) as node()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:idref(xs:string*)
Returns a sequence of nodes that are referenced by the specified IDREF attribute values
@@ -11401,7 +11401,7 @@ fn:id(xs:string*) as element()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:id(xs:string*)
Returns a sequence of elements with the specified ID attribute values
Arguments and return type: @@ -11439,7 +11439,7 @@ fn:lang(xs:string, node()?) as xs:boolean + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:lang(xs:string, node()?)
Returns true if the language of the specified node or its nearest ancestor matches the given language code
@@ -11479,7 +11479,7 @@ fn:in-scope-prefixes(element()) as xs:string* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:in-scope-prefixes(element())
Returns a sequence of strings representing the prefixes of the in-scope namespaces for the specified element
@@ -11510,7 +11510,7 @@ fn:namespace-uri-for-prefix(xs:string?, element()) as xs:anyURI? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:namespace-uri-for-prefix(xs:string?, element())
Returns the namespace URI associated with the given prefix, using the in-scope namespaces for the specified element
@@ -11549,7 +11549,7 @@ fn:namespace-uri-from-QName(xs:QName?) as xs:anyURI? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:namespace-uri-from-QName(xs:QName?)
Returns the namespace URI of the given QName value, or an empty sequence if there's no namespace URI
@@ -11585,7 +11585,7 @@ fn:local-name-from-QName(xs:QName?) as xs:NCName? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:local-name-from-QName(xs:QName?)
Returns the local name of the given QName value, or an empty sequence if there's no local name
@@ -11621,7 +11621,7 @@ fn:prefix-from-QName(xs:QName?) as xs:NCName? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:prefix-from-QName(xs:QName?)
Returns the prefix of the given QName value, or an empty sequence if there's no prefix
@@ -11657,7 +11657,7 @@ fn:QName(xs:string?, xs:string) as xs:QName + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:QName(xs:string?, xs:string)
Constructs an xs:QName value from a namespace URI and a lexical QName
Arguments and return type: @@ -11695,7 +11695,7 @@ fn:resolve-QName(xs:string?, element()) as xs:QName? + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:resolve-QName(xs:string?, element())
Resolves a QName by expanding a prefix using the in-scope namespaces of a given element
@@ -11758,7 +11758,7 @@
fn:for-each-pair(item()*, item()*, function(item(), item()) as item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:for-each-pair(item()*, item()*, function(item(), item()))
Applies a processing function to pairs of items from two input sequences in a pairwise fashion, resulting in a sequence of the same length as the shorter input @@ -11809,7 +11809,7 @@ fn:filter(item()*, function(item()) as xs:boolean) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:filter(item()*, function(item())
Filters a sequence of items based on a given predicate function
Arguments and return type: @@ -11848,7 +11848,7 @@ fn:for-each(item()*, function(item()) as item()*) as item()* + class="hyperlink collapsible collapsibleMini collapseTrigger">fn:for-each(item()*, function(item()))
Applies a specified function to each item in a sequence, returning a new sequence