MCPcopy Create free account
hub / github.com/code4craft/jsoup-learning / collect

Method collect

src/main/java/org/jsoup/select/Collector.java:22–26  ·  view source on GitHub ↗

Build a list of elements, by visiting root and every descendant of root, and testing it against the evaluator. @param eval Evaluator to test elements against @param root root of tree to descend @return list of matches; empty if none

(Evaluator eval, Element root)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Calls 1

traverseMethod · 0.45

Tested by

no test coverage detected