Registry / utility / jericho-html

jericho-html

JSON →
library3.4javamavenunverified

Jericho HTML Parser is a Java library for analyzing and manipulating HTML documents, including server-side tags, while preserving unrecognized or invalid HTML.

utility
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

net.htmlparser.jericho.Source

Parse an HTML page and extract its text content.

Source source = new Source(new URL("https://example.com")); String text = source.getTextExtractor().toString(); System.out.println(text);
Debug
Known footguns

No known footguns recorded.

Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
9 hits · last 30 days
gptbot
3
claudebot
3
ahrefsbot
1
Resources