Text

actual typealias Text = PlatformText
expect interface Text : CharacterData

Inheritors

actual interface Text : CharacterData

Inheritors

actual interface Text : CharacterData

Inheritors

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

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 appendData(data: String)
actual abstract fun appendData(data: String)
actual abstract fun appendData(data: String)
Link copied to clipboard
expect abstract fun deleteData(offset: Int, count: Int)
actual abstract fun deleteData(offset: Int, count: Int)
actual abstract fun deleteData(offset: Int, count: Int)
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 getData(): String
actual abstract fun getData(): String
actual abstract fun getData(): String
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 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 insertData(offset: Int, data: String)
actual abstract fun insertData(offset: Int, data: String)
actual abstract fun insertData(offset: Int, data: 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 replaceData(offset: Int, count: Int, data: String)
actual abstract fun replaceData(offset: Int, count: Int, data: String)
actual abstract fun replaceData(offset: Int, count: Int, data: String)
Link copied to clipboard
expect abstract fun setData(data: String)
actual abstract fun setData(data: String)
actual abstract fun setData(data: String)
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 substringData(offset: Int, count: Int): String
actual abstract fun substringData(offset: Int, count: Int): String
actual abstract fun substringData(offset: Int, count: Int): String