XPathExpression
extern class js.html.XPathExpressionAvailable in jsAn 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
Documentation for this class was provided by MDN. function evaluate( contextNode : Node, type : Int, inResult : XPathResult ) : XPathResult
version #18379, modified 2013-05-01 11:59:06 by api
0 comment