xmlutil
Toggle table of contents
0.91.3
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil.dom2
/
NamedNodeMap
Named
Node
Map
interface
NamedNodeMap
:
Iterable
<
Attr
>
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
?