This interface is a compiled XPath expression that can be evaluated a document or specific node to return information its DOM tree.
This interface is a compiled XPath expression that can be evaluated a document or specific node to return information its DOM tree.
(evaluate this context-node type result)Method.
The evaluate() method of the web.XPathExpression interface
an XPath expression on the given node or document and returns
web.XPathResult.
XPathResult node.evaluate(contextNode, type, result);
See also: https://developer.mozilla.org/en-US/docs/Web/API/XPathExpression/evaluate
Method. The evaluate() method of the `web.XPathExpression` interface an XPath expression on the given node or document and returns `web.XPathResult`. `XPathResult node.evaluate(contextNode, type, result);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/XPathExpression/evaluate`
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |