Package | Description |
---|---|
org.jsoup |
Contains the main
Jsoup class, which provides convenient static access to the jsoup functionality. |
org.jsoup.safety |
Contains the jsoup HTML cleaner, and safelist definitions.
|
Modifier and Type | Method and Description |
---|---|
static String |
Jsoup.clean(String bodyHtml,
String baseUri,
Whitelist safelist)
Deprecated.
as of 1.14.1.
|
static String |
Jsoup.clean(String bodyHtml,
String baseUri,
Whitelist safelist,
Document.OutputSettings outputSettings)
Deprecated.
as of 1.14.1.
|
static String |
Jsoup.clean(String bodyHtml,
Whitelist safelist)
Deprecated.
as of 1.14.1.
|
static boolean |
Jsoup.isValid(String bodyHtml,
Whitelist safelist)
Deprecated.
as of 1.14.1.
|
Modifier and Type | Method and Description |
---|---|
Whitelist |
Whitelist.addAttributes(String tag,
String... attributes)
Deprecated.
|
Whitelist |
Whitelist.addEnforcedAttribute(String tag,
String attribute,
String value)
Deprecated.
|
Whitelist |
Whitelist.addProtocols(String tag,
String attribute,
String... protocols)
Deprecated.
|
Whitelist |
Whitelist.addTags(String... tags)
Deprecated.
|
static Whitelist |
Whitelist.basic()
Deprecated.
|
static Whitelist |
Whitelist.basicWithImages()
Deprecated.
|
static Whitelist |
Whitelist.none()
Deprecated.
|
Whitelist |
Whitelist.preserveRelativeLinks(boolean preserve)
Deprecated.
|
static Whitelist |
Whitelist.relaxed()
Deprecated.
|
Whitelist |
Whitelist.removeAttributes(String tag,
String... attributes)
Deprecated.
|
Whitelist |
Whitelist.removeEnforcedAttribute(String tag,
String attribute)
Deprecated.
|
Whitelist |
Whitelist.removeProtocols(String tag,
String attribute,
String... removeProtocols)
Deprecated.
|
Whitelist |
Whitelist.removeTags(String... tags)
Deprecated.
|
static Whitelist |
Whitelist.simpleText()
Deprecated.
|
Constructor and Description |
---|
Cleaner(Whitelist whitelist)
Deprecated.
as of 1.14.1.
|
Copyright © 2009–2024 Jonathan Hedley. All rights reserved.