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
Element
Exposes the JavaScript Element to Kotlin
abstract
class
Element
:
Node
,
ParentNode
,
NonDocumentTypeChildNode
,
ChildNode
,
Slotable
,
GeometryUtils
,
UnionElementOrHTMLCollection
,
UnionElementOrRadioNodeList
,
UnionElementOrMouseEvent
,
UnionElementOrProcessingInstruction