public class Collector
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
Collector.Accumulator |
| Modifier | Constructor and Description |
|---|---|
private |
Collector() |
| 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.
|
public static Elements collect(Evaluator eval, Element root)
eval - Evaluator to test elements againstroot - root of tree to descend