Jsoup will do everything you need at wrt html parsing. Jsoup is a java api for processing html source code. You can get
- A table with which you can analyze each row or column.
- A list of all the links and the original import into this html (import as css and js).
- The data for a specific tag.
and more.
.
, .