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.dom2
/
NodeList
Node
List
Common
JS
JVM
nativeOrWasm
expect
interface
NodeList
:
PlatformNodeList
,
Iterable
<
Node
>
actual
interface
NodeList
:
Iterable
<
Node
>
,
PlatformNodeList
actual
interface
NodeList
:
Iterable
<
Node
>
,
NodeList
actual
interface
NodeList
:
PlatformNodeList
,
Iterable
<
Node
>
Members
Members & Extensions
Properties
length
Link copied to clipboard
JVM
abstract
override
val
length
:
Int
length
Link copied to clipboard
Common
JS
JVM
nativeOrWasm
@
ExperimentalXmlUtilApi
expect
val
PlatformNodeList
.
length
:
Int
val
NodeList
.
length
:
Int
actual
val
PlatformNodeList
.
length
:
Int
actual
val
PlatformNodeList
.
length
:
Int
@
ExperimentalXmlUtilApi
actual
val
PlatformNodeList
.
length
:
Int
size
Link copied to clipboard
JS
open
val
size
:
Int
size
Link copied to clipboard
nativeOrWasm
@
ExperimentalXmlUtilApi
val
PlatformNodeList
.
size
:
Int
Functions
get
Link copied to clipboard
Common
JS
JVM
nativeOrWasm
expect
abstract
operator
fun
get
(
index
:
Int
)
:
Node
?
actual
abstract
operator
fun
get
(
index
:
Int
)
:
Node
?
actual
abstract
operator
fun
get
(
index
:
Int
)
:
Node
?
actual
abstract
operator override
fun
get
(
index
:
Int
)
:
Node
?
get
Length
Link copied to clipboard
Common
JS
JVM
nativeOrWasm
expect
abstract
fun
getLength
(
)
:
Int
actual
abstract
fun
getLength
(
)
:
Int
actual
abstract
override
fun
getLength
(
)
:
Int
abstract
fun
getLength
(
)
:
Int
item
Link copied to clipboard
Common
JS
JVM
nativeOrWasm
expect
abstract
fun
item
(
index
:
Int
)
:
Node
?
actual
abstract
override
fun
item
(
index
:
Int
)
:
Node
?
actual
abstract
override
fun
item
(
index
:
Int
)
:
Node
?
actual
abstract
override
fun
item
(
index
:
Int
)
:
Node
?
iterator
Link copied to clipboard
Common
JS
JVM
nativeOrWasm
expect
abstract
operator override
fun
iterator
(
)
:
Iterator
<
Node
>
actual
abstract
operator override
fun
iterator
(
)
:
Iterator
<
Node
>
actual
abstract
operator override
fun
iterator
(
)
:
Iterator
<
Node
>
actual
abstract
operator override
fun
iterator
(
)
:
Iterator
<
Node
>
iterator
Link copied to clipboard
Common
JS
JVM
nativeOrWasm
@
ExperimentalXmlUtilApi
expect
operator
fun
PlatformNodeList
.
iterator
(
)
:
Iterator
<
PlatformNode
>
operator
fun
NodeList
.
iterator
(
)
:
Iterator
<
Node
>
actual
operator
fun
PlatformNodeList
.
iterator
(
)
:
Iterator
<
PlatformNode
>
actual
operator
fun
PlatformNodeList
.
iterator
(
)
:
Iterator
<
PlatformNode
>
@
ExperimentalXmlUtilApi
actual
operator
fun
PlatformNodeList
.
iterator
(
)
:
Iterator
<
PlatformNode
>