@@ -1744,7 +1744,7 @@
fn:substring-before($arg1 as xs:string?, $arg2 as xs:string?) as xs:string
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:substring-before(xs:string?, xs:string?) as xs:string
Returns the part of the first string that precedes the first occurrence of the second
string
@@ -1783,7 +1783,7 @@
@@ -1783,7 +1783,7 @@
fn:ends-with($arg1 as xs:string?, $arg2 as xs:string?) as xs:boolean
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:ends-with(xs:string?, xs:string?) as xs:boolean
Returns true if the first string ends with the second string, otherwise false
Arguments and return type: @@ -1825,7 +1825,7 @@
Arguments and return type: @@ -1825,7 +1825,7 @@
fn:starts-with($arg1 as xs:string?, $arg2 as xs:string?) as xs:boolean
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:starts-with(xs:string?, xs:string?) as xs:boolean
Returns true if the first string starts with the second string, otherwise false
Arguments and return type: @@ -1867,7 +1867,7 @@
Arguments and return type: @@ -1867,7 +1867,7 @@
fn:contains($arg1 as xs:string?, $arg2 as xs:string?) as xs:boolean
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:contains(xs:string?, xs:string?) as xs:boolean
Returns true if the first string contains the second string, otherwise false
Arguments and return type: @@ -2182,7 +2182,7 @@
Arguments and return type: @@ -2182,7 +2182,7 @@
fn:string-join($arg1 as xs:string*, xs:string) as xs:string
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:string-join(xs:string*, xs:string) as xs:string
Joins a sequence of strings with a specified separator, returning a single string
Arguments and return type: @@ -2224,7 +2224,7 @@
Arguments and return type: @@ -2224,7 +2224,7 @@
fn:concat($arg1 as xs:anyAtomicType?, $arg2 as xs:anyAtomicType?, ...) as xs:string
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:concat(xs:anyAtomicType?, xs:anyAtomicType?, ...) as xs:string
Concatenates two or more strings or atomic values, returning a single string
Arguments and return type: @@ -2262,7 +2262,7 @@
Arguments and return type: @@ -2262,7 +2262,7 @@
fn:codepoint-equal($comparand1 as xs:string?, $comparand2 as xs:string?) as xs:boolean?
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:codepoint-equal(xs:string?, xs:string?) as xs:boolean?
Compares two strings on a codepoint-by-codepoint basis and returns true if they are
equal, false otherwise
@@ -2305,7 +2305,7 @@
@@ -2305,7 +2305,7 @@
fn:compare($comparand1 as xs:string?, $comparand2 as xs:string?) as xs:integer?
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:compare(xs:string?, xs:string?) as xs:integer?
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
@@ -2797,8 +2797,7 @@ -
- @@ -2797,8 +2797,7 @@ -
+
+
fn:fold-right(item()*, item()*, function(item(), item()*) as item()*) as item()*
@@ -3347,7 +3346,7 @@
fn:deep-equal($parameter1 as item()* , $parameter2 as item()*) as xs:boolean
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:deep-equal(item()* , item()*) as xs:boolean
Returns true if the two input sequences are deep-equal, meaning that they have the same
structure and atomic values
@@ -3909,7 +3908,8 @@
-
+ @@ -3909,7 +3908,8 @@
@@ -4847,7 +4847,7 @@
fn:dateTime($arg1 as xs:date?, $arg2 as xs:time?) as xs:dateTime?
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:dateTime(xs:date?, xs:time?) as xs:dateTime?
Constructs an xs:dateTime value from an xs:date and an xs:time value
Arguments and return type: @@ -6157,7 +6157,7 @@
Arguments and return type: @@ -6157,7 +6157,7 @@
fn:for-each-pair($sourceSeq1 as item()*, $sourceSeq2 as item()*, function(item(), item()) as item()*) as item()*
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:for-each-pair(item()*, item()*, function(item(), item()) as item()*) as 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
@@ -7289,7 +7289,7 @@
fn:substring-after($arg1 as xs:string?, $arg2 as xs:string?) as xs:string
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:substring-after(xs:string?, xs:string?) as xs:string
Returns the part of the first string that follows the first occurrence of the second
string
@@ -7328,7 +7328,7 @@
@@ -7328,7 +7328,7 @@
fn:substring-before($arg1 as xs:string?, $arg2 as xs:string?) as xs:string
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:substring-before(xs:string?, xs:string?) as xs:string
Returns the part of the first string that precedes the first occurrence of the second
string
@@ -7367,7 +7367,7 @@
@@ -7367,7 +7367,7 @@
fn:ends-with($arg1 as xs:string?, $arg2 as xs:string?) as xs:boolean
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:ends-with(xs:string?, xs:string?) as xs:boolean
Returns true if the first string ends with the second string, otherwise false
Arguments and return type: @@ -7409,7 +7409,7 @@
Arguments and return type: @@ -7409,7 +7409,7 @@
fn:starts-with($arg1 as xs:string?, $arg2 as xs:string?) as xs:boolean
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:starts-with(xs:string?, xs:string?) as xs:boolean
Returns true if the first string starts with the second string, otherwise false
Arguments and return type: @@ -7451,7 +7451,7 @@
Arguments and return type: @@ -7451,7 +7451,7 @@
fn:contains($arg1 as xs:string?, $arg2 as xs:string?) as xs:boolean
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:contains(xs:string?, xs:string?) as xs:boolean
Returns true if the first string contains the second string, otherwise false
Arguments and return type: @@ -7766,7 +7766,7 @@
Arguments and return type: @@ -7766,7 +7766,7 @@
fn:string-join($arg1 as xs:string*, xs:string) as xs:string
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:string-join(xs:string*, xs:string) as xs:string
Joins a sequence of strings with a specified separator, returning a single string
Arguments and return type: @@ -7808,7 +7808,7 @@
Arguments and return type: @@ -7808,7 +7808,7 @@
fn:concat($arg1 as xs:anyAtomicType?, $arg2 as xs:anyAtomicType?, ...) as xs:string
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:concat(xs:anyAtomicType?, xs:anyAtomicType?, ...) as xs:string
Concatenates two or more strings or atomic values, returning a single string
Arguments and return type: @@ -7846,7 +7846,7 @@
Arguments and return type: @@ -7846,7 +7846,7 @@
fn:codepoint-equal($comparand1 as xs:string?, $comparand2 as xs:string?) as xs:boolean?
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:codepoint-equal(xs:string?, xs:string?) as xs:boolean?
Compares two strings on a codepoint-by-codepoint basis and returns true if they are
equal, false otherwise
@@ -7889,7 +7889,7 @@
@@ -7889,7 +7889,7 @@
fn:compare($comparand1 as xs:string?, $comparand2 as xs:string?) as xs:integer?
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:compare(xs:string?, xs:string?) as xs:integer?
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
@@ -8933,7 +8933,7 @@
@@ -8933,7 +8933,7 @@
fn:deep-equal($parameter1 as item()* , $parameter2 as item()*) as xs:boolean
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:deep-equal(item()* , item()*) as xs:boolean
Returns true if the two input sequences are deep-equal, meaning that they have the same
structure and atomic values
@@ -10450,7 +10450,7 @@
@@ -10450,7 +10450,7 @@
fn:dateTime($arg1 as xs:date?, $arg2 as xs:time?) as xs:dateTime?
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:dateTime(xs:date?, xs:time?) as xs:dateTime?
Constructs an xs:dateTime value from an xs:date and an xs:time value
Arguments and return type: @@ -11760,7 +11760,7 @@
Arguments and return type: @@ -11760,7 +11760,7 @@
fn:for-each-pair($sourceSeq1 as item()*, $sourceSeq2 as item()*, function(item(), item()) as item()*) as item()*
+ class="hyperlink collapsible collapsibleMini collapseTrigger">fn:for-each-pair(item()*, item()*, function(item(), item()) as item()*) as 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