Package: cxml-stp

Function filter-recursively

Lambda List

filter-recursively (test node &key key)

Arguments

  • test -- a designator for a function of one argument that returns a generalized boolean
  • 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 sequence containing nodes

Details

Return a list of descendant nodes of node in pre-order, from which nodes that do not satisfy predicate have been removed.
 

See also