- allowAttribute(String, String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
-
Add an allowed attribute to the configuration
- allowAttribute(String, String) - Method in interface io.shick.jsoup.MutableWhitelistConfiguration
-
Add an allowed attribute to the configuration
- allowedAttributes(BiConsumer<String, List<String>>) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
-
fn will be called once for each allowed tag
with the allowed attributes as the second argument, for
example accept('a',['href','rel'])
- allowedAttributes(BiConsumer<String, List<String>>) - Method in interface io.shick.jsoup.WhitelistConfiguration
-
fn will be called once for each allowed tag
with the allowed attributes as the second argument, for
example accept('a',['href','rel'])
- allowedProtocols(BiConsumer<String, Map<String, List<String>>>) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
-
fn will be called once for each allowed tag
with the allowed protocols as the second argument, for
example accept('a',{ 'href':['http','https'] })
- allowedProtocols(BiConsumer<String, Map<String, List<String>>>) - Method in interface io.shick.jsoup.WhitelistConfiguration
-
fn will be called once for each allowed tag
with the allowed protocols as the second argument, for
example accept('a',{ 'href':['http','https'] })
- allowedTags(Consumer<String>) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
-
fn will be called once for each allowed tag.
- allowedTags(Consumer<String>) - Method in interface io.shick.jsoup.WhitelistConfiguration
-
fn will be called once for each allowed tag.
- allowProtocol(String, String, String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
-
Add an allowed protocol to the configuration
- allowProtocol(String, String, String) - Method in interface io.shick.jsoup.MutableWhitelistConfiguration
-
Add an allowed protocol to the configuration
- allowsAttribute(String, String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
- allowsAttribute(String, String) - Method in interface io.shick.jsoup.WhitelistConfiguration
-
- allowsProtocol(String, String, String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
-
allowsProtocol.
- allowsProtocol(String, String, String) - Method in interface io.shick.jsoup.WhitelistConfiguration
-
allowsProtocol.
- allowsTag(String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
- allowsTag(String) - Method in interface io.shick.jsoup.WhitelistConfiguration
-
- allowTag(String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
-
Add an allowed tag to the configuration
- allowTag(String) - Method in interface io.shick.jsoup.MutableWhitelistConfiguration
-
Add an allowed tag to the configuration
- apply(Whitelist) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
-
Applies all the configured rules to the supplied Whitelist instance.
- apply(Whitelist) - Method in interface io.shick.jsoup.WhitelistConfiguration
-
Applies all the configured rules to the supplied Whitelist instance.