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.xpath.XPathExpression
interface
an XPath expression on the given node or document and returns
web.xpath.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.xpath.XPathExpression` interface an XPath expression on the given node or document and returns `web.xpath.XPathResult`. `XPathResult node.evaluate(contextNode, type, result);` See also: `https://developer.mozilla.org/en-US/docs/Web/API/XPathExpression/evaluate`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close