public class CombingXPathEvaluator extends Object implements XPathEvaluator
| Constructor and Description |
|---|
CombingXPathEvaluator(List<XPathEvaluator> xPathEvaluators) |
CombingXPathEvaluator(XPathEvaluator... xPathEvaluators) |
| Modifier and Type | Method and Description |
|---|---|
XElements |
evaluate(org.jsoup.nodes.Element element) |
boolean |
hasAttribute() |
public CombingXPathEvaluator(List<XPathEvaluator> xPathEvaluators)
public CombingXPathEvaluator(XPathEvaluator... xPathEvaluators)
public XElements evaluate(org.jsoup.nodes.Element element)
evaluate in interface XPathEvaluatorpublic boolean hasAttribute()
hasAttribute in interface XPathEvaluatorCopyright © 2023. All rights reserved.