appendElement

fun Element.appendElement(name: String, init: Element.() -> Unit): Element

Appends a newly created element with the specified name to this element.

The element is initialized with the specified init function.

Since Kotlin

1.4