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 XPathExpression by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Methods

evaluate (contextNode:Node, type:Int, result:Dynamic):XPathResult

Throws:

null

DOMError