Package: xpath

Function map-node-set

Lambda List

map-node-set (func node-set)

Arguments

  • func -- a function
  • node-set -- a node-set

Return Value

nil

Details

Calls func for each node in node-set

The operation is performed lazily, i.e. if it's terminated via a non-local exit it doesn't necessarily cause the XPath engine to find out all nodes in the node-set internally.
 

See also