interface dom.XPathEvaluator
implements XPathEvaluatorBase
import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/types/index.ts";
const { XPathEvaluator } = dom;
The XPathEvaluator interface allows to compile and evaluate XPath expressions.