public interface ElementSelector
Modifier and Type | Method and Description |
---|---|
String |
select(org.jsoup.nodes.Element element)
Extract single result in text.
If there are more than one result, only the first will be chosen. |
List<String> |
selectList(org.jsoup.nodes.Element element)
Extract all results in text.
|
String select(org.jsoup.nodes.Element element)
element
- elementCopyright © 2017. All rights reserved.