DocumentType

expect interface DocumentType : Node
actual interface DocumentType : Node
actual interface DocumentType : 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

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 getName(): String
actual abstract fun getName(): String
actual abstract fun getName(): 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 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 getPublicId(): String
actual abstract fun getPublicId(): String
actual abstract fun getPublicId(): String
Link copied to clipboard
expect abstract fun getSystemId(): String
actual abstract fun getSystemId(): String
actual abstract fun getSystemId(): String
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 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)