appendText

@DeprecatedSinceKotlin(warningSince = "1.4")
inline fun Element.appendText(text: String): Element

Creates text node and append it to the element.

Return

this element