Uses of Package
org.jsoup.safety
Package | Description |
---|---|
org.jsoup |
Contains the main
Jsoup class, which provides convenient static access to the jsoup functionality. |
org.jsoup.safety |
Contains the jsoup HTML cleaner, and safelist definitions.
|
-
Classes in org.jsoup.safety used by org.jsoup Class Description Safelist Safe-lists define what HTML (elements and attributes) to allow through the cleaner.Whitelist Deprecated.As of releasev1.14.1
, this class is deprecated in favour ofSafelist
. -
Classes in org.jsoup.safety used by org.jsoup.safety Class Description Safelist Safe-lists define what HTML (elements and attributes) to allow through the cleaner.Whitelist Deprecated.As of releasev1.14.1
, this class is deprecated in favour ofSafelist
.