Jericho HTML Parser is a simple but powerful java library allowing analysis and manipulation of parts of an HTML document, including some common server-side tags, while reproducing verbatim any unrecognised or invalid HTML. It also provides high-level HTML form manipulation functions.
tags: html parser| Version | Download | Details |
|---|---|---|
| 2.3 | Binary (unknown) | Details |
| 2.1 | Binary (211 KB) | Details |
| 1.5-dev1 | Binary (87 KB) | Details |
<dependency>
<groupId>net.htmlparser</groupId>
<artifactId>jericho-html</artifactId>
<version>2.3</version>
</dependency>