package js.html
Available on jsAn
XPathExpression
is a compiled XPath query returned fromdocument.createExpression()
. It has a methodevaluate()
which can be used to execute the compiled XPath.Documentation XPathExpression by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See:
evaluate (contextNode:Node, type:Int, result:Dynamic):XPathResult
Throws:
null |
DOMError |
---|
© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/XPathExpression.html