🏠 New in Low Baseline Support: XPath
July 29, 2015
The document.evaluate() method selects elements in an HTML or XML document based on an expression of XPath, a domain specific language for querying XML documents. Also known as XML Path Language.
Source features
api.Document.evaluate[mdn]api.XPathEvaluator[mdn]api.XPathEvaluator.XPathEvaluator[mdn]api.XPathEvaluator.createExpression[mdn]api.XPathEvaluator.evaluate[mdn]api.XPathExpression[mdn]api.XPathExpression.evaluate[mdn]api.XPathResult[mdn]api.XPathResult.booleanValue[mdn]api.XPathResult.invalidIteratorState[mdn]api.XPathResult.iterateNext[mdn]api.XPathResult.numberValue[mdn]api.XPathResult.resultType[mdn]api.XPathResult.singleNodeValue[mdn]api.XPathResult.snapshotItem[mdn]api.XPathResult.snapshotLength[mdn]api.XPathResult.stringValue[mdn]