powered by
Executes a function an a set of nodes
Do(nodes, fun, ...)
a set of nodes, usually obtained via Traverse
Traverse
the function to execute. The function is expected to be either a Method, or to take a Node as its first argument
any additional parameters to be passed on to fun