Uses of Class
org.jsoup.safety.Whitelist
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.
|
-
Uses of Whitelist in org.jsoup
Methods in org.jsoup with parameters of type Whitelist Modifier and Type Method Description static String
Jsoup. clean(String bodyHtml, String baseUri, Whitelist safelist)
Deprecated.as of 1.14.1.static String
Jsoup. clean(String bodyHtml, String baseUri, Whitelist safelist, Document.OutputSettings outputSettings)
Deprecated.as of 1.14.1.static String
Jsoup. clean(String bodyHtml, Whitelist safelist)
Deprecated.as of 1.14.1.static boolean
Jsoup. isValid(String bodyHtml, Whitelist safelist)
Deprecated.as of 1.14.1. -
Uses of Whitelist in org.jsoup.safety
Methods in org.jsoup.safety that return Whitelist Modifier and Type Method Description Whitelist
Whitelist. addAttributes(String tag, String... attributes)
Deprecated.Whitelist
Whitelist. addEnforcedAttribute(String tag, String attribute, String value)
Deprecated.Whitelist
Whitelist. addProtocols(String tag, String attribute, String... protocols)
Deprecated.Whitelist
Whitelist. addTags(String... tags)
Deprecated.static Whitelist
Whitelist. basic()
Deprecated.static Whitelist
Whitelist. basicWithImages()
Deprecated.static Whitelist
Whitelist. none()
Deprecated.Whitelist
Whitelist. preserveRelativeLinks(boolean preserve)
Deprecated.static Whitelist
Whitelist. relaxed()
Deprecated.Whitelist
Whitelist. removeAttributes(String tag, String... attributes)
Deprecated.Whitelist
Whitelist. removeEnforcedAttribute(String tag, String attribute)
Deprecated.Whitelist
Whitelist. removeProtocols(String tag, String attribute, String... removeProtocols)
Deprecated.Whitelist
Whitelist. removeTags(String... tags)
Deprecated.static Whitelist
Whitelist. simpleText()
Deprecated.Constructors in org.jsoup.safety with parameters of type Whitelist Constructor Description Cleaner(Whitelist whitelist)
Deprecated.as of 1.14.1.