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