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

Functions

Link copied to clipboard
expect abstract fun appendChild(node: Node): Node
actual abstract fun appendChild(node: Node): Node
actual abstract fun appendChild(node: Node): Node
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 fun getFirstChild(): Node?
actual abstract fun getFirstChild(): Node?
actual abstract fun getFirstChild(): Node?
Link copied to clipboard
expect abstract fun getLastChild(): Node?
actual abstract fun getLastChild(): Node?
actual abstract fun getLastChild(): Node?
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 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 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 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 fun removeChild(node: Node): Node
actual abstract fun removeChild(node: Node): Node
actual abstract fun removeChild(node: Node): Node
Link copied to clipboard
expect abstract fun replaceChild(newChild: Node, oldChild: Node): Node
actual abstract fun replaceChild(newChild: Node, oldChild: Node): Node
actual abstract fun replaceChild(newChild: Node, oldChild: Node): Node
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)