public final class JsoupUtils extends Object
Modifier and Type | Method and Description |
---|---|
static boolean |
isInlineModeAllowed(org.jsoup.nodes.Element img,
String mode)
Checks if inlining mode is allowed on the provided element.
|
public static boolean isInlineModeAllowed(org.jsoup.nodes.Element img, String mode)
img
- the image element to check if the actual inlining mode is
allowedmode
- the actual modeCopyright © 2017. All rights reserved.