nsISupports
Last changed in Gecko 1.7 nsISupports evaluate(in nsIDOMNode contextNode, in unsigned short type, in nsISupports result) |
Evaluate the XPath expression.
nsISupports evaluate( in nsIDOMNode contextNode, in unsigned short type, in nsISupports result );
contextNode
document.documentElement
method to get the node to evaluate against.type
nsIDOMXPathResult
.result
nsIDOMXPathResult
to use for the result. Using null
will create a new nsIDOMXPathResult
.An XPath result.