filterRecurseAll
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.