haXe API Documentation
Back
|
Index
extern
class
js.html.XPathExpression
Available in 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
.
function
evaluate(contextNode :
Node
, type :
Int
, inResult :
XPathResult
) :
XPathResult
Back
|
Index