public class Scope
extends java.lang.Object
| 限定符和类型 | 方法和说明 |
|---|---|
org.jsoup.select.Elements |
context() |
static Scope |
create(org.jsoup.nodes.Element el) |
static Scope |
create(org.jsoup.select.Elements elements) |
static Scope |
create(Scope scope) |
Scope |
getParent() |
boolean |
isRecursion() |
void |
notRecursion() |
void |
setContext(org.jsoup.select.Elements context) |
Scope |
setParent(Scope scope) |
org.jsoup.nodes.Element |
singleEl() |
public static Scope create(org.jsoup.select.Elements elements)
public static Scope create(org.jsoup.nodes.Element el)
public Scope getParent()
public void setContext(org.jsoup.select.Elements context)
public boolean isRecursion()
public void notRecursion()
public org.jsoup.select.Elements context()
public org.jsoup.nodes.Element singleEl()
Copyright © 2018. All Rights Reserved.