toggle menu
xmlutil
0.90.2
Common
switch theme
search in API
core
/
nl.adaptivity.xmlutil.dom2
/
NamedNodeMap
Named
Node
Map
interface
NamedNodeMap
:
Iterable
<
Attr
>
(
source
)
Members
Functions
get
Link copied to clipboard
open
operator
fun
get
(
index
:
Int
)
:
Attr
?
get
Length
Link copied to clipboard
abstract
fun
getLength
(
)
:
Int
get
Named
Item
Link copied to clipboard
abstract
fun
getNamedItem
(
qualifiedName
:
String
)
:
Attr
?
get
Named
Item
NS
Link copied to clipboard
abstract
fun
getNamedItemNS
(
namespace
:
String
?
,
localName
:
String
)
:
Attr
?
item
Link copied to clipboard
abstract
fun
item
(
index
:
Int
)
:
Attr
?
iterator
Link copied to clipboard
open
operator override
fun
iterator
(
)
:
Iterator
<
Attr
>
remove
Named
Item
Link copied to clipboard
abstract
fun
removeNamedItem
(
qualifiedName
:
String
)
:
Attr
?
remove
Named
Item
NS
Link copied to clipboard
abstract
fun
removeNamedItemNS
(
namespace
:
String
?
,
localName
:
String
)
:
Attr
?
set
Named
Item
Link copied to clipboard
abstract
fun
setNamedItem
(
attr
:
Attr
)
:
Attr
?
set
Named
Item
NS
Link copied to clipboard
abstract
fun
setNamedItemNS
(
attr
:
Attr
)
:
Attr
?