|
![]() |
![]()
Returns the number of nodes matching the axis
Returns the number of nodes matching the
pattern.
Returns the local part of the node's name.
In other words, the node name stripped of the namespace prefix.
Returns the namespace URL the node's name.
Returns the node's name.
Returns the node with the 'ID' attribute equals to idref.
The ID attribute is assigned in the DTD. The actual attribute name
may, of course, vary.
Converts the object to a string.
Concatenates strings.
True if
starts with .
True if
contains .
Returns the substring of
before matching
.
Returns the substring of
after the matching
.
Returns the string length of
.
Normalizes whitespace. Consecutive whitespace is converted
into a single space. Leading and trailing whitespace is trimmed.
Converts characters in a string, like the 'tr' command.
Converts
into a boolean
Returns true.
Returns false.
Returns true if the context node has an xml:lang of
.
Converts
to a number (Java double)
Converts the node values of
to numbers and adds
them.
Returns the closest integer below
.
Returns the closest integer above
.
Rounds
to the nearest integer.
Conditionally selects the value of
or .
If evaluates to true, return the value of .
Otherwise, return the value of .
|