On this page
evaluate method
XPathResult evaluate(Source
XPathResult evaluate(Node contextNode, [int type, Object inResult]) {
if (type != null) {
return _blink.BlinkXPathExpression.instance
.evaluate_Callback_3_(this, contextNode, type, inResult);
}
return _blink.BlinkXPathExpression.instance
.evaluate_Callback_1_(this, contextNode);
}
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/XPathExpression/evaluate.html