public interface ElementSelector
| Modifier and Type | Method and Description |
|---|---|
java.lang.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. |
java.util.List<java.lang.String> |
selectList(org.jsoup.nodes.Element element)
Extract all results in text.
|
java.lang.String select(org.jsoup.nodes.Element element)
element - elementjava.util.List<java.lang.String> selectList(org.jsoup.nodes.Element element)
element - elementCopyright © 2020. All rights reserved.