@return true if no node matches; stops at the first match
()
| 248 | * @return {@code true} if no node matches; stops at the first match |
| 249 | */ |
| 250 | public boolean none() { |
| 251 | return run(true).isEmpty(); |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * @return the number of matching nodes |