PlatformComment

Inheritors

actual external interface PlatformComment : PlatformCharacterData

Inheritors

actual typealias PlatformComment = Comment

Inheritors

Properties

Functions

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
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
Link copied to clipboard
abstract fun getParentNode(): PlatformNode?
Link copied to clipboard
Link copied to clipboard
abstract fun getTextContent(): String?
Link copied to clipboard
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
abstract override fun replaceChild(newChild: PlatformNode, oldChild: PlatformNode): Nothing
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