Implements the EXSLT - Sets distinct() function:
node-set set:distinct (node-set)
@nodes is sorted by document order, then #exslSetsDistinctSorted
is called with the sorted node-set
Implements the EXSLT - Sets leading() function:
node-set set:leading (node-set, node-set)
@nodes1 and @nodes2 are sorted by document order, then
#exslSetsLeadingSorted is called.
Implements the EXSLT - Sets leading() function:
node-set set:leading (node-set, node-set)
@nodes is sorted by document order, then #exslSetsNodeLeadingSorted
is called.
Implements the EXSLT - Sets trailing() function:
node-set set:trailing (node-set, node-set)
@nodes is sorted by document order, then #xmlXPathNodeTrailingSorted
is called.
Implements the EXSLT - Sets trailing() function:
node-set set:trailing (node-set, node-set)
@nodes1 and @nodes2 are sorted by document order, then
#xmlXPathTrailingSorted is called.