class js.html.XPathExpression
Available on js
An XPathExpression is a compiled XPath query returned from document.createExpression(). It has a method evaluate()
which can be used to execute the compiled XPath.
Documentation for this class was provided by MDN.