MCPcopy Create free account
hub / github.com/jhy/jsoup / is

Method is

src/main/java/org/jsoup/select/QueryParser.java:432–434  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

430
431 // pseudo selector :is()
432 private Evaluator is() {
433 return parseNested(StructuralEvaluator.Is::new, ":is() must have a selector");
434 }
435
436 private Evaluator parseNested(Function<Evaluator, Evaluator> func, String err) {
437 Validate.isTrue(tq.matchChomp('('), err);

Callers 1

parsePseudoSelectorMethod · 0.95

Calls 1

parseNestedMethod · 0.95

Tested by

no test coverage detected