Properties

Link copied to clipboard
Link copied to clipboard
open override val size: Int

The size function works with collection interfaces rather than the traditional getLength interface.

Functions

Link copied to clipboard
open operator override fun get(index: Int): Nothing?
Link copied to clipboard
inline operator fun PlatformNamedNodeMap.get(index: Int): PlatformNode?

Cross platform function for those implementations that do not implement get in the main class.

Link copied to clipboard
open override fun getLength(): Int
Link copied to clipboard
open override fun getNamedItem(qualifiedName: String): Nothing?
Link copied to clipboard
open override fun getNamedItemNS(namespace: String?, localName: String): Nothing?
Link copied to clipboard
actual fun PlatformNamedNodeMap.getNamedItemNS(namespace: String?, localName: String): PlatformNode?
actual fun PlatformNamedNodeMap.getNamedItemNS(namespace: String?, localName: String): PlatformNode?
actual fun PlatformNamedNodeMap.getNamedItemNS(namespace: String?, localName: String): PlatformNode?
Link copied to clipboard
open override fun item(index: Int): Nothing?
Link copied to clipboard
open operator override fun iterator(): Iterator<Nothing>
Link copied to clipboard
Link copied to clipboard
open override fun removeNamedItem(qualifiedName: String): Nothing?
Link copied to clipboard
open override fun removeNamedItemNS(namespace: String?, localName: String): Nothing?
Link copied to clipboard
open override fun setNamedItem(attr: PlatformNode): Nothing?
Link copied to clipboard
open override fun setNamedItemNS(attr: PlatformNode): Nothing?