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

Method has

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

Source from the content-addressed store, hash-verified

425
426 // pseudo selector :has(el)
427 private Evaluator has() {
428 return parseNested(StructuralEvaluator.Has::new, ":has() must have a selector");
429 }
430
431 // pseudo selector :is()
432 private Evaluator is() {

Callers 1

parsePseudoSelectorMethod · 0.95

Calls 1

parseNestedMethod · 0.95

Tested by

no test coverage detected