public Set<Node> lookupAll (String selector)

Finds all Nodes, 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.

Parameters:
selector    The css selector of the nodes to find

Returns:  All nodes, starting from and including this Node, which match the CSS selector. The returned set is always unordered and unmodifiable, and never null.