public class Collector
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static Elements |
collect(Evaluator eval,
Element root)
Build a list of elements, by visiting root and every descendant of root, and testing it against the evaluator.
|
static Element |
findFirst(Evaluator eval,
Element root) |
public static Elements collect(Evaluator eval, Element root)
eval - Evaluator to test elements againstroot - root of tree to descend