ChildNode
Functions
after
abstract fun after(vararg nodes: dynamic)before
abstract fun before(vararg nodes: dynamic)remove
abstract fun remove()replaceWith
abstract fun replaceWith(vararg nodes: dynamic)Inheritors
CharacterData
Exposes the JavaScript CharacterData to Kotlin
abstract class CharacterData :
Node,
NonDocumentTypeChildNode,
ChildNodeDocumentType
Exposes the JavaScript DocumentType to Kotlin