Skip navigation links
jsoup
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Package org.jsoup.safety
@NullMarked
package
org.jsoup.safety
Contains the jsoup HTML cleaner, and safelist definitions.
Related Packages
Package
Description
org.jsoup
Contains the main
Jsoup
class, which provides convenient static access to the jsoup functionality.
org.jsoup.helper
Package containing classes supporting the core jsoup code.
org.jsoup.nodes
HTML document structure nodes.
org.jsoup.parser
Contains the HTML parser, tag specifications, and HTML tokeniser.
org.jsoup.select
Packages to support the CSS-style element selector.
Classes
Class
Description
Cleaner
The safelist based HTML cleaner.
Safelist
Safe-lists define what HTML (elements and attributes) to allow through the cleaner.