public class HTMLTools extends Object
| Constructor and Description |
|---|
HTMLTools() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getText(org.jsoup.nodes.Element element)
Gets the combined text of the given element and all its children.
|
static String |
loadUrlAsString(URL url)
DOCUMENT ME!
|
public static String getText(org.jsoup.nodes.Element element)
element - the element that should be converted to textCopyright © 2012–2026 cismet GmbH. All rights reserved.