Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ogone/src/ogone.dom.d.ts>XPathExpression

Advanced Web Composition for Future
Latest
interface XPathExpression
import { type XPathExpression } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.ts";

This export interface is a compiled XPath expression that can be evaluated on a document or specific node to return information its DOM tree.

Methods

evaluate(
contextNode: Node,
type?: number,
result?: XPathResult | null,
): XPathResult