Finds all Node
s, including this one and any children, which match
the given CSS selector. If no matches are found, an empty unmodifiable set is
returned. The set is explicitly unordered.
selector | The css selector of the nodes to find |
Node
, which match
the CSS selector
. The returned set is always unordered and
unmodifiable, and never null.
Diagram: Node