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.dom
/
PlatformNamedNodeMap
Platform
Named
Node
Map
Native
Common
JS
JVM
actual
interface
PlatformNamedNodeMap
:
Iterable
<
Attr
>
expect
interface
PlatformNamedNodeMap
actual
external
interface
PlatformNamedNodeMap
actual
typealias
PlatformNamedNodeMap
=
NamedNodeMap
Members
Members & Extensions
Properties
size
Link copied to clipboard
Native
abstract
val
size
:
Int
Functions
get
Link copied to clipboard
Native
abstract
operator
fun
get
(
index
:
Int
)
:
Attr
?
get
Link copied to clipboard
Native
inline operator
fun
PlatformNamedNodeMap
.
get
(
index
:
Int
)
:
PlatformAttr
?
Cross platform function for those implementations that do not implement get in the main class.
get
Length
Link copied to clipboard
Native
abstract
fun
getLength
(
)
:
Int
get
Named
Item
Link copied to clipboard
Native
JS
abstract
fun
getNamedItem
(
qualifiedName
:
String
)
:
PlatformAttr
?
abstract
fun
getNamedItem
(
qualifiedName
:
String
)
:
PlatformNode
?
get
Named
Item
NS
Link copied to clipboard
Native
JS
abstract
fun
getNamedItemNS
(
namespace
:
String
?
,
localName
:
String
)
:
PlatformAttr
?
abstract
fun
getNamedItemNS
(
namespace
:
String
?
,
localName
:
String
)
:
PlatformNode
?
item
Link copied to clipboard
Native
JS
abstract
fun
item
(
index
:
Int
)
:
PlatformAttr
?
abstract
fun
item
(
index
:
Int
)
:
PlatformNode
?
iterator
Link copied to clipboard
Native
abstract
operator
fun
iterator
(
)
:
Iterator
<
Attr
>
remove
Named
Item
Link copied to clipboard
Native
JS
abstract
fun
removeNamedItem
(
qualifiedName
:
String
)
:
PlatformAttr
?
abstract
fun
removeNamedItem
(
qualifiedName
:
String
)
:
PlatformNode
?
remove
Named
Item
NS
Link copied to clipboard
Native
JS
abstract
fun
removeNamedItemNS
(
namespace
:
String
?
,
localName
:
String
)
:
PlatformAttr
?
abstract
fun
removeNamedItemNS
(
namespace
:
String
?
,
localName
:
String
)
:
PlatformNode
?
set
Named
Item
Link copied to clipboard
Native
JS
abstract
fun
setNamedItem
(
attr
:
PlatformAttr
)
:
PlatformAttr
?
abstract
fun
setNamedItem
(
attr
:
PlatformNode
)
:
PlatformNode
?
set
Named
Item
NS
Link copied to clipboard
Native
JS
abstract
fun
setNamedItemNS
(
attr
:
PlatformAttr
)
:
PlatformAttr
?
abstract
fun
setNamedItemNS
(
attr
:
PlatformNode
)
:
PlatformNode
?