Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/windmill/node_modules/evt/lib/types/lib.dom.d.ts>XPathResult

Windmill deno client (separated from the main repo because most of the code is auto-generated from the openapi and not worth committing)
Go to Latest
interface XPathResult
import { type XPathResult } from "https://deno.land/x/windmill@v1.333.5/node_modules/evt/lib/types/lib.dom.d.ts";

The results generated by evaluating an XPath expression within the context of a given node.

Properties

readonly
booleanValue: boolean
readonly
invalidIteratorState: boolean
readonly
numberValue: number
readonly
resultType: number
readonly
singleNodeValue: Node | null
readonly
snapshotLength: number
readonly
stringValue: string
readonly
ANY_TYPE: number
readonly
ANY_UNORDERED_NODE_TYPE: number
readonly
BOOLEAN_TYPE: number
readonly
FIRST_ORDERED_NODE_TYPE: number
readonly
NUMBER_TYPE: number
readonly
ORDERED_NODE_ITERATOR_TYPE: number
readonly
ORDERED_NODE_SNAPSHOT_TYPE: number
readonly
STRING_TYPE: number
readonly
UNORDERED_NODE_ITERATOR_TYPE: number
readonly
UNORDERED_NODE_SNAPSHOT_TYPE: number

Methods

iterateNext(): Node | null
snapshotItem(index: number): Node | null