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

main.dom.xpath.XPathExpression.kt Maven / Gradle / Ivy

// Automatically generated - do not modify!

package dom.xpath

import dom.Node

sealed external class XPathExpression {
    fun evaluate(
        contextNode: Node,
        type: Number = definedExternally,
        result: XPathResult? = definedExternally,
    ): XPathResult
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy