Dart API Referencedart:htmlXPathExpression

XPathExpression Interface

An XPathExpression is a compiled XPath query returned from document.createExpression(). It has a method evaluate() which can be used to execute the compiled XPath.

Methods

Code XPathResult evaluate(Node contextNode, int type, XPathResult inResult) #

XPathResult evaluate(Node contextNode, int type, XPathResult inResult);

This page includes content from the Mozilla Foundation that is graciously licensed under a Creative Commons: Attribution-Sharealike license. Mozilla has no other association with Dart or dartlang.org. We encourage you to improve the web by contributing to The Mozilla Developer Network.