Lines Matching +full:whatwg +full:- +full:url
3 …ava library that makes it easy to work with real-world HTML and XML. It offers an easy-to-use API …
5 **jsoup** implements the [WHATWG HTML5](https://html.spec.whatwg.org/multipage/) specification, and…
7 * scrape and [parse](https://jsoup.org/cookbook/input/parse-document-from-string) HTML from a URL, …
8 * find and [extract data](https://jsoup.org/cookbook/extracting-data/selector-syntax), using DOM tr…
9 * manipulate the [HTML elements](https://jsoup.org/cookbook/modifying-data/set-html), attributes, a…
10 … [clean](https://jsoup.org/cookbook/cleaning-html/safelist-sanitizer) user-submitted content again…
13 …ties of HTML found in the wild; from pristine and validating, to invalid tag-soup; jsoup will crea…
20 …ki/Main_Page) homepage, parse it to a [DOM](https://developer.mozilla.org/en-US/docs/Web/API/Docum…
25 Elements newsHeadlines = doc.select("#mp-itn b a");
31 [Online sample](https://try.jsoup.org/~LGB7rk_atM2roavV0d-czMt3J_g), [full source](https://github.c…
42 …udio/write/java8-support#library-desugaring) with the [NIO specification](https://developer.androi…