Method
WebKit2WebExtensionDOMXPathExpressionevaluate
Declaration [src]
WebKitDOMXPathResult*
webkit_dom_xpath_expression_evaluate (
  WebKitDOMXPathExpression* self,
  WebKitDOMNode* contextNode,
  gushort type,
  WebKitDOMXPathResult* inResult,
  GError** error
)
Parameters
| contextNode | WebKitDOMNode | 
| A  | |
| The data is owned by the caller of the function. | |
| type | gushort | 
| A #gushort. | |
| inResult | WebKitDOMXPathResult | 
| A  | |
| The data is owned by the caller of the function. | |
| error | GError ** | 
| The return location for a GError*, orNULL. | 
Return value
| Returns: | WebKitDOMXPathResult | 
| A  | |
| The caller of the method takes ownership of the data, and is responsible for freeing it. |