Executes an additional query over the elements of this query using a CSS selector.
Executes an additional query over the elements of this query using a CSS selector.
Semantically, the result of returned composite query is equivalent to iterating over the elements of this query, applying the CSS selector on each individual node and flattening the result while eliminating duplicate results.
the CSS selector used to select elements to be returned
an ElementQuery instance representing the result of the composed query
(Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.
(Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.
The result of a query to an Element. It works as a collection of
Elementinstances and provides a way to further query the elements.