On this page
evaluate method
XPathResult evaluate(Source
XPathResult evaluate(
String expression, Node contextNode, XPathNSResolver resolver,
[int type, Object inResult]) {
if (type != null) {
return _blink.BlinkXPathEvaluator.instance.evaluate_Callback_5_(
this, expression, contextNode, resolver, type, inResult);
}
return _blink.BlinkXPathEvaluator.instance
.evaluate_Callback_3_(this, expression, contextNode, resolver);
}
© 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/XPathEvaluator/evaluate.html