PlatformCharacterData

Properties

Link copied to clipboard
abstract val baseURI: String
Link copied to clipboard
Link copied to clipboard
abstract var data: String
Link copied to clipboard
abstract val firstChild: PlatformNode?
Link copied to clipboard
abstract val lastChild: PlatformNode?
Link copied to clipboard
abstract val nextSibling: PlatformNode?
Link copied to clipboard
abstract val nodeName: String
Link copied to clipboard
abstract val nodeType: Short
Link copied to clipboard
abstract var nodeValue: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract val parentNode: PlatformNode?
Link copied to clipboard
Link copied to clipboard
abstract var textContent: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun appendData(data: String)
Link copied to clipboard
abstract fun deleteData(offset: Int, count: Int)
Link copied to clipboard
abstract fun getChildNodes(): NodeList
Link copied to clipboard
abstract fun getData(): String
Link copied to clipboard
abstract override fun getFirstChild(): Nothing?
Link copied to clipboard
abstract override fun getLastChild(): Nothing?
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
abstract fun getParentNode(): PlatformNode?
Link copied to clipboard
Link copied to clipboard
abstract fun getTextContent(): String?
Link copied to clipboard
abstract fun insertData(offset: Int, data: String)
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
Link copied to clipboard
Link copied to clipboard
abstract override fun replaceChild(newChild: PlatformNode, oldChild: PlatformNode): Nothing
Link copied to clipboard
actual fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node
Link copied to clipboard
abstract fun replaceData(offset: Int, count: Int, data: String)
Link copied to clipboard
abstract fun setData(data: String)
Link copied to clipboard
abstract fun setTextContent(value: String)
Link copied to clipboard
abstract fun substringData(offset: Int, count: Int): String