public class Html extends HtmlNode
| 限定符和类型 | 方法和说明 |
|---|---|
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, selectElements, smartContent, xpathall, css, css, get, getFirstSourceText, jsonPath, match, regex, regex, replace, select, select, selectList, selectList, toStringpublic 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 © 2014. All rights reserved.