Results 1 - 3 of 3

Document.evaluate()

Returns an XPathResult based on an XPath expression and other given parameters.
API DOM Method Reference XPath

XPathExpression

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.
Document DOM NeedsUpdate XML XPath