From e84cf01e649ea83368dd92372c65156b695c3b38 Mon Sep 17 00:00:00 2001 From: Adam Bem Date: Wed, 29 Mar 2023 08:44:39 +0200 Subject: [PATCH] Removed unused class --- Frontend/tools/xpath.html | 38 +++----------------------------------- 1 file changed, 3 insertions(+), 35 deletions(-) diff --git a/Frontend/tools/xpath.html b/Frontend/tools/xpath.html index 4b75846..a7e30d1 100644 --- a/Frontend/tools/xpath.html +++ b/Frontend/tools/xpath.html @@ -163,11 +163,9 @@ fn:id(object)
-
Returns the element specified by it's unique id, requires DTD

W3C Documentation reference: Node-Set-Functions -
@@ -420,11 +418,9 @@ fn:last()
-
Returns the position of the last node in the context list

W3C Documentation reference: Node-Set-Functions -
@@ -441,7 +437,6 @@ fn:boolean(object)
-
The boolean function converts its argument to a boolean as follows:
  • a number is true if and only if it is neither positive or negative zero nor NaN
  • @@ -476,7 +471,6 @@
    W3C Documentation reference: Boolean-Functions -
@@ -493,7 +487,6 @@ fn:string(object)
-
Returns the string representation of the object argument
Arguments and return type: @@ -521,7 +514,6 @@

W3C Documentation reference: String-Functions -
@@ -538,7 +530,6 @@ fn:number(object)
-
The number function converts its argument to a number as follows:
  • a string that consists of optional whitespace followed by an optional minus sign followed by a Number followed by whitespace is converted to the IEEE 754 number that is nearest (according to the IEEE 754 round-to-nearest rule) to the mathematical value represented by the string; any other string is converted to NaN
  • @@ -574,7 +565,6 @@
    W3C Documentation reference: Numeric-Functions -
@@ -589,7 +579,6 @@ fn:avg((arg,arg,...))
-
Returns the average of the argument values
Arguments and return type: @@ -613,7 +602,6 @@

W3C Documentation reference: #func-avg -
@@ -627,7 +615,6 @@ fn:adjust-date-to-timezone(date,timezone)
-
If the timezone argument is empty, it returns a date without a timezone. Otherwise, it returns a date with a timezone
Arguments and return type: @@ -657,7 +644,6 @@
W3C Documentation reference: #func-adjust-date-to-timezone -
@@ -672,11 +658,9 @@ fn:error()
-
https://www.w3.org/TR/xpath-functions/#func-error

W3C Documentation reference: #func-error -
@@ -692,11 +676,10 @@ fn:nilled(node)
-
+ Returns a Boolean value indicating whether the argument node is nilled

W3C Documentation reference: #func-nilled -
@@ -704,7 +687,7 @@ - +
@@ -715,11 +698,9 @@ fn:last()
-
Returns the position of the last node in the context list

W3C Documentation reference: Node-Set-Functions -
@@ -736,7 +717,6 @@ fn:boolean(object)
-
The boolean function converts its argument to a boolean as follows:
  • a number is true if and only if it is neither positive or negative zero nor NaN
  • @@ -771,7 +751,6 @@
    W3C Documentation reference: Boolean-Functions -
@@ -787,7 +766,6 @@ fn:string(object)
-
Returns the string representation of the object argument
Arguments and return type: @@ -815,7 +793,6 @@

W3C Documentation reference: String-Functions -
@@ -831,7 +808,6 @@ fn:number(object)
-
The number function converts its argument to a number as follows:
  • a string that consists of optional whitespace followed by an optional minus sign followed by a Number followed by whitespace is converted to the IEEE 754 number that is nearest (according to the IEEE 754 round-to-nearest rule) to the mathematical value represented by the string; any other string is converted to NaN
  • @@ -867,7 +843,6 @@
    W3C Documentation reference: Numeric-Functions -
@@ -883,7 +858,6 @@ fn:adjust-date-to-timezone(date,timezone)
-
If the timezone argument is empty, it returns a date without a timezone. Otherwise, it returns a date with a timezone
Arguments and return type: @@ -913,7 +887,6 @@
W3C Documentation reference: #func-adjust-date-to-timezone -
@@ -932,11 +905,9 @@ fn:error()
-
https://www.w3.org/TR/xpath-functions/#func-error

W3C Documentation reference: #func-error -
@@ -955,11 +926,10 @@ fn:nilled(node)
-
Returns a Boolean value indicating whether the argument node is nilled

W3C Documentation reference: #func-nilled -
+
@@ -979,11 +949,9 @@ fn:for-each(sequence*, function)
-
Applies function item to every element in sequence

W3C Documentation reference: #func-for-each -