Collects a list of elements that match the supplied criteria.
class Collector
s9SwiftSoup9CollectorC
RVT3
import SwiftSoup
static func collect(_ eval: Evaluator, _ root: Element) throws -> Elements
Build a list of elements, by visiting root and every descendant of root, and testing it against the evaluator.