Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

ELEMENTS_BY_SELECTOR_QUERY(<string [containing HTML elements]>;<selector query>)

Description

Returns all elements that match the selector query as a list.

For more information on selector queries, see jsoup.org 

Example

Download the example file: HTML_File_Example.html

...