filter

inline fun NamedNodeMap.filter(predicate: (Attr) -> Boolean): List<Attr>(source)

A filter function on a NamedNodeMap that returns a list of all (attributes)Attr that meet the predicate.