NamedNodeMap
Constructors
<init>
Exposes the JavaScript NamedNodeMap to Kotlin
NamedNodeMap()Functions
getNamedItem
fun getNamedItem(qualifiedName: String): Attr?getNamedItemNS
fun getNamedItemNS(
namespace: String?,
localName: String
): Attr?removeNamedItem
fun removeNamedItem(qualifiedName: String): AttrremoveNamedItemNS
fun removeNamedItemNS(
namespace: String?,
localName: String
): AttrExtension Functions
asList
Returns the view of this ItemArrayLike<T> collection as List<T>
fun <T> ItemArrayLike<T>.asList(): List<T>get
operator fun NamedNodeMap.get(index: Int): Attr?operator fun NamedNodeMap.get(qualifiedName: String): Attr?