ParentNode
Properties
childElementCount
abstract val childElementCount: Int
children
abstract val children: HTMLCollection
firstElementChild
open val firstElementChild: Element?
lastElementChild
open val lastElementChild: Element?
Functions
append
abstract fun append(vararg nodes: dynamic)
prepend
abstract fun prepend(vararg nodes: dynamic)
querySelector
abstract fun querySelector(selectors: String): Element?
querySelectorAll
abstract fun querySelectorAll(selectors: String): NodeList
Inheritors
Document
Exposes the JavaScript Document to Kotlin
open class Document :
Node,
GlobalEventHandlers,
DocumentAndElementEventHandlers,
NonElementParentNode,
DocumentOrShadowRoot,
ParentNode,
GeometryUtils
DocumentFragment
Exposes the JavaScript DocumentFragment to Kotlin
open class DocumentFragment :
Node,
NonElementParentNode,
ParentNode