PlatformNodeList

actual interface PlatformNodeList : Iterable<Node>
expect interface PlatformNodeList
actual external interface PlatformNodeList
actual typealias PlatformNodeList = NodeList

Properties

Link copied to clipboard
abstract val length: Int
Link copied to clipboard
abstract val size: Int

Functions

Link copied to clipboard
abstract operator fun get(index: Int): PlatformNode?
Link copied to clipboard
abstract fun getLength(): Int
Link copied to clipboard
abstract fun item(index: Int): PlatformNode?
abstract fun item(index: Int): PlatformNode?
Link copied to clipboard
abstract operator override fun iterator(): Iterator<PlatformNode>