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