|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Class Summary | |
BooleanFunction |
4.3 boolean boolean(object)
|
CeilingFunction | 4.4 number ceiling(number)
|
ConcatFunction | 4.2 string concat(string,string,string*)
|
ContainsFunction | 4.2 boolean contains(string,string)
The contains function returns true if the first argument string contains the second argument string, and otherwise returns false. |
CountFunction | 4.1 number count(node-set)
The count function returns the number of nodes in the argument node-set. |
FalseFunction | 4.3 boolean false()
|
FloorFunction | 4.4 number floor(number)
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 node-set id(object) |
LangFunction |
4.3 boolean lang(string)
|
LastFunction | 4.1 number last() |
LocalNameFunction | 4.1 string local-name(node-set?) |
NameFunction | 4.1 string name(node-set?) |
NamespaceUriFunction |
4.1
string namespace-uri(node-set?)
|
NormalizeSpaceFunction |
4.2 string normalize-space(string)
|
NotFunction | 4.3 boolean not(boolean) |
NumberFunction |
4.4 number number(object)
|
PositionFunction | 4.1 number position() |
RoundFunction | 4.4 number round(number) |
StartsWithFunction | 4.2 boolean starts-with(string,string)
The starts-with function returns true if the first argument string starts with the second argument string, and otherwise returns false. |
StringFunction |
4.2 string string(object)
|
StringLengthFunction | 4.2 number string-length(string) |
SubstringAfterFunction | 4.2 string substring-after(string,string)
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 string substring-before(string,string) |
SubstringFunction |
4.2
string substring(string,number,number?)
|
SumFunction | 4.4 number sum(node-set) |
TranslateFunction |
4.2
string translate(string,string,string)
|
TrueFunction | 4.3 boolean true() |
Standard XPath function library.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |