PlatformEntityReference

actual external interface PlatformEntityReference : PlatformNode

Inheritors

Properties

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getFirstChild(): PlatformNode?
Link copied to clipboard
abstract fun getLastChild(): PlatformNode?
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 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 fun setTextContent(value: String?)