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