import { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { XPathResult } = dom;
The results generated by evaluating an XPath expression within the context of a given node.
Properties
readonly
singleNodeValue: Node | nullimport { type dom } from "https://deno.land/x/evt@v2.4.16/lib/index.ts";
const { XPathResult } = dom;
The results generated by evaluating an XPath expression within the context of a given node.