Package: cxml-stp

Function map-attributes

Lambda List

map-attributes (result-type fn element)

Arguments

  • result-type -- a sequence type specifier, or nil
  • fn -- a designator for a function of one argument
  • element -- an instance of element

Return Value

an sequence of result-type, or nil

Details

Applies fn to each attribute nodes of element.

The result-type specifies the type of the resulting sequence. map-children returns nil if result-type is nil.
 

See also