XPathEvaluator
The XPathEvaluator interface allows to compile and evaluate XPath expressions.
interface XPathEvaluator extends XPathEvaluatorBase {}
var XPathEvaluator: {
prototype: XPathEvaluator;
new (): XPathEvaluator;
};The XPathEvaluator interface allows to compile and evaluate XPath expressions.