public class Html extends HtmlNode
Modifier and Type | Field and Description |
---|---|
static boolean |
DISABLE_HTML_ENTITY_ESCAPE
Deprecated.
|
Constructor and Description |
---|
Html(org.jsoup.nodes.Document document) |
Html(String text) |
Html(String text,
String url) |
Modifier and Type | Method and Description |
---|---|
static Html |
create(String text) |
org.jsoup.nodes.Document |
getDocument() |
protected List<org.jsoup.nodes.Element> |
getElements() |
String |
selectDocument(Selector selector) |
List<String> |
selectDocumentForList(Selector selector) |
$, $, getSourceTexts, links, nodes, select, selectElements, selectList, smartContent, xpath
all, css, css, get, getFirstSourceText, jsonPath, match, regex, regex, replace, select, selectList, toString
public static boolean DISABLE_HTML_ENTITY_ESCAPE
public Html(String text)
public Html(org.jsoup.nodes.Document document)
public org.jsoup.nodes.Document getDocument()
protected List<org.jsoup.nodes.Element> getElements()
getElements
in class HtmlNode
public String selectDocument(Selector selector)
selector
- selectorCopyright © 2017. All rights reserved.