Collects all matches in document order. @return the matching nodes
()
| 234 | * @return the matching nodes |
| 235 | */ |
| 236 | public List<T> list() { |
| 237 | return run(false); |
| 238 | } |
| 239 | |
| 240 | /** |
| 241 | * @return {@code true} if at least one node matches; stops at the first match |