Interface

NodeFilter

NodeFilter

An object used to filter the nodes in a NodeIterator or TreeWalker. They don't know anything about the DOM or how to traverse nodes; they just know how to evaluate a single node against the provided filter.

View Source js/lib.dom.d.ts, line 5293