
jsMain.web.xpath.XPathExpression.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
package web.xpath
import web.dom.Node
sealed external class XPathExpression {
fun evaluate(
contextNode: Node,
type: Number = definedExternally,
result: XPathResult? = definedExternally,
): XPathResult
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy