HtmlCleaner is an HTML parser written in Java that transforms dirty HTML to well-formed XML following the same rules that most web-browsers use.
<dependency>
<groupId>net.sourceforge.htmlcleaner</groupId>
<artifactId>htmlcleaner</artifactId>
<version>2.6.1</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Parses dirty HTML into a clean TagNode tree.
No known issues recorded.
No dependency data recorded yet.