HtmlQuery<org.jsoup.nodes.Element> |
HtmlQuery.breakParentByTagName(String tagName) |
HtmlQuery<org.jsoup.nodes.Element> |
HtmlQuery.moveIndexByTagEq(ToIntBiFunction<org.jsoup.select.Elements,org.jsoup.nodes.Element> choseIndexFn)
同级相同元素移动下标
|
HtmlQuery<org.jsoup.nodes.Element> |
HtmlQuery.nextByTagEq() |
HtmlQuery<org.jsoup.nodes.Element> |
HtmlQuery.prevByTagEq() |
HtmlQuery<org.jsoup.nodes.Element> |
HtmlQuery.selectElement(String cssQuery,
int index) |
static HtmlQuery<org.jsoup.nodes.Document> |
HtmlQuery.valueOf(String html) |
static <T extends org.jsoup.nodes.Element> HtmlQuery<T> |
HtmlQuery.valueOf(T element) |