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

jsMain.web.mathml.Document.kt Maven / Gradle / Ivy

package web.mathml

import web.dom.Document

fun  Document.createElement(
    tagName: MathMLTagName,
): T =
    createElementNS(
        namespaceURI = MATHML_NAMESPACE,
        qualifiedName = tagName,
    )




© 2015 - 2025 Weber Informatics LLC | Privacy Policy