public class CommonUtil
extends java.lang.Object
| 构造器和说明 |
|---|
CommonUtil() |
| 限定符和类型 | 方法和说明 |
|---|---|
static org.jsoup.select.Elements |
followingSibling(org.jsoup.nodes.Element el) |
static int |
getElIndexInSameTags(org.jsoup.nodes.Element e,
Scope scope)
获取同名元素在同胞中的index
|
static int |
getIndexInContext(Scope scope,
org.jsoup.nodes.Element el) |
static org.jsoup.select.Elements |
precedingSibling(org.jsoup.nodes.Element el) |
static int |
sameTagElNums(org.jsoup.nodes.Element e,
Scope scope)
获取同胞中同名元素的数量
|
public static int getElIndexInSameTags(org.jsoup.nodes.Element e,
Scope scope)
e - public static int sameTagElNums(org.jsoup.nodes.Element e,
Scope scope)
e - public static int getIndexInContext(Scope scope, org.jsoup.nodes.Element el)
public static org.jsoup.select.Elements followingSibling(org.jsoup.nodes.Element el)
public static org.jsoup.select.Elements precedingSibling(org.jsoup.nodes.Element el)
Copyright © 2018. All Rights Reserved.