All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jsMain.web.xpath.XPathEvaluatorBase.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package web.xpath

import web.dom.Node

external interface XPathEvaluatorBase {
    fun createExpression(
        expression: String,
        resolver: XPathNSResolver? = definedExternally,
    ): XPathExpression

    fun createNSResolver(nodeResolver: Node): Node
    fun evaluate(
        expression: String,
        contextNode: Node,
        resolver: XPathNSResolver? = definedExternally,
        type: Number = definedExternally,
        result: XPathResult? = definedExternally,
    ): XPathResult
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy