This
section describes the functions that operate on schema nodes that
are available in expressions.
countReturns
the number of nodes in a given node set.
Parametersnode-set is
the path to a node in the process data model.
ReturnsA number that
holds the number of nodes.
lastReturns
a number equal to the context size from the expression evaluation context.
positionReturns
a number equal to the context position from the expression evaluation context.
sumReturns
the sum, for each node in a given node-set, of the result of converting
the string-values of the node to a number.
Parametersnode-set is
a node in the XML.
|
|
|