xmlutil
Toggle table of contents
1.0.0-rc1
Native
Common
JS
JVM
Target filter
Native
Common
JS
JVM
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil.dom
/
PlatformNodeList
Platform
Node
List
Native
Common
JS
JVM
actual
interface
PlatformNodeList
:
Iterable
<
Node
>
expect
interface
PlatformNodeList
actual
external
interface
PlatformNodeList
actual
typealias
PlatformNodeList
=
NodeList
Members
Properties
length
Link copied to clipboard
JS
abstract
val
length
:
Int
size
Link copied to clipboard
Native
abstract
val
size
:
Int
Functions
get
Link copied to clipboard
Native
abstract
operator
fun
get
(
index
:
Int
)
:
PlatformNode
?
get
Length
Link copied to clipboard
Native
abstract
fun
getLength
(
)
:
Int
item
Link copied to clipboard
Native
JS
abstract
fun
item
(
index
:
Int
)
:
PlatformNode
?
abstract
fun
item
(
index
:
Int
)
:
PlatformNode
?
iterator
Link copied to clipboard
Native
abstract
operator override
fun
iterator
(
)
:
Iterator
<
PlatformNode
>