public class JSoupFinder extends Object implements Iterable<JSoupFinder>
Modifier and Type | Method and Description |
---|---|
JSoupFinder |
byAttribute(String attributeName,
String attrValue) |
JSoupFinder |
byCellType(String type) |
JSoupFinder |
byClassName(String className) |
JSoupFinder |
byCss(String cssSelector) |
JSoupFinder |
byDataAttribute(String attributeName,
String attrValue) |
JSoupFinder |
byId(String id) |
JSoupFinder |
byTagName(String tagName) |
org.jsoup.nodes.Document |
context() |
org.jsoup.select.Elements |
elements() |
boolean |
exists() |
org.jsoup.nodes.Element |
first() |
JSoupFinder |
get(int i) |
boolean |
hasAny() |
boolean |
hasOne() |
Iterator<JSoupFinder> |
iterator() |
boolean |
singleExists() |
int |
size() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
forEach, spliterator
public boolean hasAny()
public boolean exists()
public boolean singleExists()
public boolean hasOne()
public org.jsoup.select.Elements elements()
public org.jsoup.nodes.Element first()
public JSoupFinder byCss(String cssSelector)
public JSoupFinder byTagName(String tagName)
public JSoupFinder byClassName(String className)
public JSoupFinder byId(String id)
public JSoupFinder byAttribute(String attributeName, String attrValue)
public JSoupFinder byDataAttribute(String attributeName, String attrValue)
public JSoupFinder byCellType(String type)
public org.jsoup.nodes.Document context()
public int size()
public JSoupFinder get(int i)
public Iterator<JSoupFinder> iterator()
iterator
in interface Iterable<JSoupFinder>
Copyright © 2003–2017 Atlassian. All rights reserved.