PlatformAttr

expect interface PlatformAttr : PlatformNode

Inheritors

actual external interface PlatformAttr : PlatformNode

Inheritors

actual typealias PlatformAttr = Attr
actual interface PlatformAttr : PlatformNode

Inheritors

Properties

Functions

Link copied to clipboard
abstract override fun appendChild(node: PlatformNode): Nothing
Link copied to clipboard
Link copied to clipboard
abstract override fun getFirstChild(): Nothing?
Link copied to clipboard
abstract override fun getLastChild(): Nothing?
Link copied to clipboard
abstract fun getLocalName(): String?
Link copied to clipboard
abstract fun getName(): String
Link copied to clipboard
abstract fun getNamespaceURI(): String?
Link copied to clipboard
abstract fun getNextSibling(): PlatformNode?
Link copied to clipboard
abstract fun getNodeName(): String
Link copied to clipboard
abstract fun getNodetype(): NodeType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getParentNode(): PlatformNode?
Link copied to clipboard
abstract fun getPrefix(): String?
Link copied to clipboard
Link copied to clipboard
abstract fun getTextContent(): String?
Link copied to clipboard
abstract fun getValue(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun lookupNamespaceURI(prefix: String): String?
abstract fun lookupNamespaceURI(prefix: String): String?
Link copied to clipboard
abstract fun lookupPrefix(namespace: String): String?
abstract fun lookupPrefix(namespace: String): String?
Link copied to clipboard
abstract override fun removeChild(node: PlatformNode): Nothing
Link copied to clipboard
abstract override fun replaceChild(newChild: PlatformNode, oldChild: PlatformNode): Nothing
Link copied to clipboard
abstract fun setTextContent(value: String?)
Link copied to clipboard
abstract fun setValue(value: String)