MCPcopy Index your code
hub / github.com/code4craft/jsoup-learning / not

Method not

src/main/java/org/jsoup/select/Elements.java:422–425  ·  view source on GitHub ↗

Remove elements from this list that match the Selector query. E.g. HTML: One Two Elements divs = doc.select("div").not("#logo"); Result: divs: [ Two ] @param query the selector query whose results should b

(String query)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

selectMethod · 0.95
filterOutMethod · 0.95

Tested by

no test coverage detected