Package: xpath

Function make-node-set-iterator

Lambda List

make-node-set-iterator (node-set)

Arguments

Return Value

a node-set iterator

Details

Creates a node set iterator for node-set

Node set iterators can be used to iterate over node-sets. This can be done without causing the XPath engine to find out all their nodes and using non-local exits.
 

See also