Package | Description |
---|---|
org.jsoup.safety |
Contains the jsoup HTML cleaner, and safelist definitions.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Map<Safelist.TagName,java.util.Map<Safelist.AttributeKey,java.util.Set<Safelist.Protocol>>> |
Safelist.protocols |
Modifier and Type | Method and Description |
---|---|
(package private) static Safelist.Protocol |
Safelist.Protocol.valueOf(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
private boolean |
Safelist.testValidProtocol(Element el,
Attribute attr,
java.util.Set<Safelist.Protocol> protocols) |