public class Collector extends 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.
|
public static Elements collect(Evaluator eval, Element root)
eval
- Evaluator to test elements againstroot
- root of tree to descendCopyright © 2017. All rights reserved.