Uses of Class
org.jsoup.safety.Whitelist.Protocol
-
Packages that use Whitelist.Protocol Package Description org.jsoup.safety Contains the jsoup HTML cleaner, and whitelist definitions. -
-
Uses of Whitelist.Protocol in org.jsoup.safety
Fields in org.jsoup.safety with type parameters of type Whitelist.Protocol Modifier and Type Field Description private java.util.Map<Whitelist.TagName,java.util.Map<Whitelist.AttributeKey,java.util.Set<Whitelist.Protocol>>>
Whitelist. protocols
Methods in org.jsoup.safety that return Whitelist.Protocol Modifier and Type Method Description (package private) static Whitelist.Protocol
Whitelist.Protocol. valueOf(java.lang.String value)
Method parameters in org.jsoup.safety with type arguments of type Whitelist.Protocol Modifier and Type Method Description private boolean
Whitelist. testValidProtocol(Element el, Attribute attr, java.util.Set<Whitelist.Protocol> protocols)
-