Standard XPath function library.
See: Description
Class Summary | |
---|---|
BooleanFunction |
4.3
|
CeilingFunction |
4.4
|
ConcatFunction |
4.2 string concat(string,string,string*)
Concatenates its arguments and returns the resulting string. |
ContainsFunction |
4.2 The contains function returns true if the first argument string contains the second argument string, and otherwise returns false. |
CountFunction |
4.1 The count function returns the number of nodes in the argument node-set. |
FalseFunction |
4.3 Returns false. |
FloorFunction |
4.4 The floor function returns the largest (closest to positive infinity) number that is not greater than the argument and that is an integer.... |
IdFunction |
4.1 The id function returns a |
LangFunction |
4.3
|
LastFunction |
4.1 The last function returns a number equal to the context size from the expression evaluation context. |
LocalNameFunction |
4.1 |
NameFunction |
4.1 |
NamespaceUriFunction |
4.1
|
NormalizeSpaceFunction |
4.2 The normalize-space function returns the argument string with whitespace normalized by stripping leading and trailing whitespace and replacing sequences of whitespace characters by a single space. |
NotFunction |
4.3 The not function returns true if its argument is false, and false otherwise. |
NumberFunction |
4.4
|
PositionFunction |
4.1 The position function returns a number equal to the context position from the expression evaluation context. |
RoundFunction |
4.4 The round function returns the number that is closest to the argument and that is an integer. |
StartsWithFunction |
4.2 The starts-with function returns true if the first argument string starts with the second argument string, and otherwise returns false. |
StringFunction |
4.2
|
StringLengthFunction |
4.2 The string-length function returns the number of Unicode characters in its argument. |
SubstringAfterFunction |
4.2 The substring-after function returns the substring of the first argument string that follows the first occurrence of the second argument string in the first argument string, or the empty string if the first argument string does not contain the second argument string. |
SubstringBeforeFunction |
4.2 The substring-before function returns the substring of the first argument string that precedes the first occurrence of the second argument string in the first argument string, or the empty string if the first argument string does not contain the second argument string. |
SubstringFunction |
4.2
|
SumFunction |
4.4 The sum function returns the sum, for each node in the argument node-set, of the result of converting the string-values of the node to a number. |
TranslateFunction |
4.2
|
TrueFunction |
4.3 Returns true. |
Standard XPath function library.