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