Package: cxml-stp

Function find-attribute-if

Lambda List

find-attribute-if (test element)

Arguments

  • test -- a designator for a function of one argument.
  • element -- an instance of element

Return Value

an attribute or nil

Details

Searches for an attribute node of element satisfying test

Returns nil if no such attribute was found.
 

See also