createDocument
fun createDocument(
namespace: String?,
qualifiedName: String,
doctype: DocumentType? = definedExternally
): XMLDocument
(source)
Try the revamped Kotlin docs design →
Try the revamped Kotlin docs design!
fun createDocument(
namespace: String?,
qualifiedName: String,
doctype: DocumentType? = definedExternally
): XMLDocument