map

inline fun <R> NamedNodeMap.map(body: (Attr) -> R): List<R>

A (map)Collection.map function for transforming attributes.