Package: cxml-stp

Function find-recursively

Lambda List

find-recursively (item node &key key test)

Arguments

  • item -- an object
  • node -- a node
  • key -- a designator for a function of one argument, or nil
  • test -- a designator for a function of two arguments, or nil

Return Value

a node or nil

Details

Searches in pre-order for the first descendant of node that satisfies the test and returns it.

 

See also