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.

<dependency> <groupId>net.htmlparser.jericho</groupId> <artifactId>jericho-html</artifactId> <version>3.4</version> </dependency>
INSTALL
IMPORT
SIG · JERICHO-HTML
J
jericho-html
utilityjavav3.4
harness data pending
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.

Source
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 issues

No known issues recorded.

Upgrade
Version history
3.4latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jericho-html — mvn dependency:get jericho-html · libregistry