We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8291d commit 11a0334Copy full SHA for 11a0334
src/main/java/org/jsoup/select/Evaluator.java
@@ -25,6 +25,7 @@
25
An Evaluator tests if an element meets the selector's requirements. Obtain an evaluator for a given CSS selector
26
with {@link QueryParser#parse}. If you are executing the same selector on many elements (or documents), it
27
can be more efficient to compile and reuse an Evaluator than to reparse the selector on each invocation of select().
28
+ <p>Evaluators are thread-safe and may be used concurrently across multiple documents.</p>
29
*/
30
public abstract class Evaluator {
31
protected Evaluator() {
0 commit comments