Skip to content

@ralphschuler.webgl shader factory.<internal>.XPathExpression

github-actions edited this page Nov 26, 2023 · 1 revision

Interface: XPathExpression

@ralphschuler/webgl-shader-factory.<internal>.XPathExpression

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

MDN Reference

Table of contents

Methods

Methods

evaluate

evaluate(contextNode, type?, result?): XPathResult

MDN Reference

Parameters

Name Type
contextNode Node
type? number
result? null | XPathResult

Returns

XPathResult

Defined in

node_modules/typescript/lib/lib.dom.d.ts:26340

Typescript Libraries

Modules

Namespaces

Clone this wiki locally