Uses of Class
com.itextpdf.styledxmlparser.jsoup.safety.Whitelist
-
Packages that use Whitelist Package Description com.itextpdf.styledxmlparser.jsoup com.itextpdf.styledxmlparser.jsoup.safety -
-
Uses of Whitelist in com.itextpdf.styledxmlparser.jsoup
Methods in com.itextpdf.styledxmlparser.jsoup with parameters of type Whitelist Modifier and Type Method Description static java.lang.StringJsoup. clean(java.lang.String bodyHtml, Whitelist safelist)Deprecated.as of 1.14.1.static java.lang.StringJsoup. clean(java.lang.String bodyHtml, java.lang.String baseUri, Whitelist safelist)Deprecated.as of 1.14.1.static java.lang.StringJsoup. clean(java.lang.String bodyHtml, java.lang.String baseUri, Whitelist safelist, Document.OutputSettings outputSettings)Deprecated.as of 1.14.1.static booleanJsoup. isValid(java.lang.String bodyHtml, Whitelist safelist)Deprecated.as of 1.14.1. -
Uses of Whitelist in com.itextpdf.styledxmlparser.jsoup.safety
Methods in com.itextpdf.styledxmlparser.jsoup.safety that return Whitelist Modifier and Type Method Description static WhitelistWhitelist. basic()Deprecated.static WhitelistWhitelist. basicWithImages()Deprecated.static WhitelistWhitelist. none()Deprecated.static WhitelistWhitelist. relaxed()Deprecated.static WhitelistWhitelist. simpleText()Deprecated.Constructors in com.itextpdf.styledxmlparser.jsoup.safety with parameters of type Whitelist Constructor Description Cleaner(Whitelist whitelist)Deprecated.as of 1.14.1.
-