appendElement

@DeprecatedSinceKotlin(warningSince = "1.4")
inline fun Element.appendElement(name: String, noinline 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.