Skip navigation links
A B E F H I M N P R T W 

A

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.

B

base() - Method in class io.shick.jsoup.BasicWhitelistConfiguration
base(String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
Sets the base whitelist to use when configuring a Whitelist, 'none' is the default value.
base(String) - Method in interface io.shick.jsoup.MutableWhitelistConfiguration
Sets the base whitelist to use when configuring a Whitelist, 'none' is the default value.
base() - Method in interface io.shick.jsoup.WhitelistConfiguration
 
BaseFactories - Class in io.shick.jsoup
Created by tshick on 11/17/16.
BaseFactories() - Constructor for class io.shick.jsoup.BaseFactories
 
BASIC - Static variable in class io.shick.jsoup.BaseFactories
 
BasicWhitelistConfiguration - Class in io.shick.jsoup
BasicWhitelistConfiguration class.
BasicWhitelistConfiguration() - Constructor for class io.shick.jsoup.BasicWhitelistConfiguration
 
BASICWITHIMAGES - Static variable in class io.shick.jsoup.BaseFactories
 

E

enforceAttribute(String, String, String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
Add an enforced attribute value to the configuration
enforceAttribute(String, String, String) - Method in interface io.shick.jsoup.MutableWhitelistConfiguration
Add an enforced attribute value to the configuration
enforcedAttributes(BiConsumer<String, Map<String, String>>) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
fn will be called once for each allowed tag with the enforced attributes map as the second argument, for example accept('a',{ 'rel':'nofollow' })
enforcedAttributes(BiConsumer<String, Map<String, String>>) - Method in interface io.shick.jsoup.WhitelistConfiguration
fn will be called once for each allowed tag with the enforced attributes map as the second argument, for example accept('a',{ 'rel':'nofollow' })
enforcesAttribute(String, String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
enforcesAttribute(String, String, String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
enforcesAttribute(String, String) - Method in interface io.shick.jsoup.WhitelistConfiguration
 
enforcesAttribute(String, String, String) - Method in interface io.shick.jsoup.WhitelistConfiguration
 
equals(Object) - Method in class io.shick.jsoup.BasicWhitelistConfiguration

F

FACTORIES - Static variable in class io.shick.jsoup.BaseFactories
 
format(WhitelistConfiguration) - Method in interface io.shick.jsoup.WhitelistConfigurationFormatter
format.

H

hasAllowedAttributes(String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
hasAllowedAttributes(String) - Method in interface io.shick.jsoup.WhitelistConfiguration
 
hasAllowedProtocols(String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
hasAllowedProtocols(String, String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
hasAllowedProtocols(String) - Method in interface io.shick.jsoup.WhitelistConfiguration
 
hasAllowedProtocols(String, String) - Method in interface io.shick.jsoup.WhitelistConfiguration
 
hasEnforcedAttributes(String) - Method in class io.shick.jsoup.BasicWhitelistConfiguration
hasEnforcedAttributes(String) - Method in interface io.shick.jsoup.WhitelistConfiguration
 
hashCode() - Method in class io.shick.jsoup.BasicWhitelistConfiguration

I

io.shick.jsoup - package io.shick.jsoup
Contains the core configuration interfaces.

M

MutableWhitelistConfiguration - Interface in io.shick.jsoup
MutableWhitelistConfiguration interface.

N

newParser(String) - Static method in class io.shick.jsoup.WhitelistConfigurationParserFactory
newParser.
NONE - Static variable in class io.shick.jsoup.BaseFactories
 

P

parse(CharSequence) - Method in interface io.shick.jsoup.WhitelistConfigurationParser
parse.

R

register(String, Supplier<WhitelistConfigurationParser>) - Static method in class io.shick.jsoup.WhitelistConfigurationParserFactory
register.
registeredParserTypes() - Static method in class io.shick.jsoup.WhitelistConfigurationParserFactory
registeredParserTypes.
RELAXED - Static variable in class io.shick.jsoup.BaseFactories
 

T

toString() - Method in class io.shick.jsoup.BasicWhitelistConfiguration

W

whitelist() - Method in class io.shick.jsoup.BasicWhitelistConfiguration
Constructs an empty Whitelist and applies the configured rules to it.
whitelist() - Method in interface io.shick.jsoup.WhitelistConfiguration
Constructs an empty Whitelist and applies the configured rules to it.
WhitelistConfiguration - Interface in io.shick.jsoup
WhitelistConfiguration interface.
WhitelistConfigurationFormatter - Interface in io.shick.jsoup
WhitelistConfigurationFormatter interface.
WhitelistConfigurationParser - Interface in io.shick.jsoup
WhitelistConfigurationParser interface.
WhitelistConfigurationParserFactory - Class in io.shick.jsoup
WhitelistConfigurationParserFactory class.
WhitelistConfigurationParserFactory() - Constructor for class io.shick.jsoup.WhitelistConfigurationParserFactory
 
A B E F H I M N P R T W 
Skip navigation links

Copyright © 2016. All rights reserved.