public static class XPathPatterns.Solution extends Object
| Constructor and Description |
|---|
Solution(Collection<? extends Node> elems) |
Solution(Iterable<? extends Node> elems) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Node> |
filter(XPathPatterns.Predicate pred) |
int |
size() |
public Solution(Collection<? extends Node> elems)
public int size()
public Iterable<Node> filter(XPathPatterns.Predicate pred)
see also the complete user documentation .