XPathExpression

sealed external class XPathExpression(source)

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

Functions

Link copied to clipboard
fun evaluate(contextNode: Node, type: Short = definedExternally, result: XPathResult? = definedExternally): XPathResult