toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
core
/
nl.adaptivity.xmlutil.dom2
/
NodeList
Node
List
interface
NodeList
:
Iterable
<
Node
>
(
source
)
Members
Members & Extensions
Properties
length
Link copied to clipboard
val
NodeList
.
length
:
Int
Functions
get
Link copied to clipboard
open
operator
fun
get
(
index
:
Int
)
:
Node
?
get
Length
Link copied to clipboard
abstract
fun
getLength
(
)
:
Int
item
Link copied to clipboard
abstract
fun
item
(
index
:
Int
)
:
Node
?
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Node
>