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