filterRecurseAll

fun <Error class: unknown class>.filterRecurseAll(predicate: (<Error class: unknown class>) -> Boolean): List<<Error class: unknown class>>

Recursively searches the DOM tree starting from this node, returning all nodes that match the given predicate.

Return

A list of all DOM.Nodes that match the predicate.

Parameters

predicate

A function that takes a DOM.Node and returns true if it matches the search criteria.