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,
ChildNode
DocumentType
Exposes the JavaScript DocumentType to Kotlin