Attr

actual typealias Attr = PlatformAttr
expect interface Attr : Node
actual interface Attr : Node
actual interface Attr : Node

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
expect abstract override fun appendChild(node: Node): Nothing
actual abstract override fun appendChild(node: Node): Nothing
actual abstract override fun appendChild(node: Node): Nothing
Link copied to clipboard
expect abstract fun getChildNodes(): NodeList
actual abstract fun getChildNodes(): NodeList
actual abstract fun getChildNodes(): NodeList
Link copied to clipboard
expect abstract override fun getFirstChild(): Nothing?
actual abstract override fun getFirstChild(): Nothing?
actual abstract override fun getFirstChild(): Nothing?
Link copied to clipboard
expect abstract override fun getLastChild(): Nothing?
actual abstract override fun getLastChild(): Nothing?
actual abstract override fun getLastChild(): Nothing?
Link copied to clipboard
expect abstract fun getLocalName(): String?
actual abstract fun getLocalName(): String?
actual abstract fun getLocalName(): String?
Link copied to clipboard
expect abstract fun getName(): String
actual abstract fun getName(): String
actual abstract fun getName(): String
Link copied to clipboard
expect abstract fun getNamespaceURI(): String?
actual abstract fun getNamespaceURI(): String?
actual abstract fun getNamespaceURI(): String?
Link copied to clipboard
expect abstract fun getNextSibling(): Node?
actual abstract fun getNextSibling(): Node?
actual abstract fun getNextSibling(): Node?
Link copied to clipboard
expect abstract fun getNodeName(): String
actual abstract fun getNodeName(): String
actual abstract fun getNodeName(): String
Link copied to clipboard
expect abstract fun getNodetype(): NodeType
actual abstract fun getNodetype(): NodeType
actual abstract fun getNodetype(): NodeType
Link copied to clipboard
expect abstract fun getOwnerDocument(): Document
actual abstract fun getOwnerDocument(): Document
actual abstract fun getOwnerDocument(): Document
Link copied to clipboard
expect abstract fun getOwnerElement(): Element?
actual abstract fun getOwnerElement(): Element?
actual abstract fun getOwnerElement(): Element?
Link copied to clipboard
expect abstract fun getParentElement(): Element?
actual abstract fun getParentElement(): Element?
actual abstract fun getParentElement(): Element?
Link copied to clipboard
expect abstract fun getParentNode(): Node?
actual abstract fun getParentNode(): Node?
actual abstract fun getParentNode(): Node?
Link copied to clipboard
expect abstract fun getPrefix(): String?
actual abstract fun getPrefix(): String?
actual abstract fun getPrefix(): String?
Link copied to clipboard
expect abstract fun getPreviousSibling(): Node?
actual abstract fun getPreviousSibling(): Node?
actual abstract fun getPreviousSibling(): Node?
Link copied to clipboard
expect abstract fun getTextContent(): String?
actual abstract fun getTextContent(): String?
actual abstract fun getTextContent(): String?
Link copied to clipboard
expect abstract fun getValue(): String
actual abstract fun getValue(): String
actual abstract fun getValue(): String
Link copied to clipboard
expect abstract fun lookupNamespaceURI(prefix: String): String?
actual abstract fun lookupNamespaceURI(prefix: String): String?
actual abstract fun lookupNamespaceURI(prefix: String): String?
Link copied to clipboard
expect abstract fun lookupPrefix(namespace: String): String?
actual abstract fun lookupPrefix(namespace: String): String?
actual abstract fun lookupPrefix(namespace: String): String?
Link copied to clipboard
expect abstract override fun removeChild(node: Node): Nothing
actual abstract override fun removeChild(node: Node): Nothing
actual abstract override fun removeChild(node: Node): Nothing
Link copied to clipboard
expect abstract override fun replaceChild(newChild: Node, oldChild: Node): Nothing
actual abstract override fun replaceChild(newChild: Node, oldChild: Node): Nothing
actual abstract override fun replaceChild(newChild: Node, oldChild: Node): Nothing
Link copied to clipboard
actual fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node
expect fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node
actual fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node
actual fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node
Link copied to clipboard
expect abstract fun setTextContent(value: String)
actual abstract fun setTextContent(value: String)
actual abstract fun setTextContent(value: String)
Link copied to clipboard
expect abstract fun setValue(value: String)
actual abstract fun setValue(value: String)
actual abstract fun setValue(value: String)