createElementNS
fun createElementNS(
namespace: String?,
qualifiedName: String,
options: ElementCreationOptions = definedExternally
): Element
(source)
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
fun createElementNS(
namespace: String?,
qualifiedName: String,
options: ElementCreationOptions = definedExternally
): Element