public class Html extends HtmlNode
| 限定符和类型 | 字段和说明 |
|---|---|
static boolean |
DISABLE_HTML_ENTITY_ESCAPE
Disable jsoup html entity escape.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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, xpathall, css, css, get, getFirstSourceText, jsonPath, match, regex, regex, replace, select, selectList, toStringpublic 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 在类中 HtmlNodeCopyright © 2016. All rights reserved.