PlatformElement

expect interface PlatformElement : PlatformNode
actual external interface PlatformElement : PlatformNode
actual typealias PlatformElement = Element

Properties

Link copied to clipboard
abstract val baseURI: String
Link copied to clipboard
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 getAttribute(qualifiedName: String): String?
abstract fun getAttribute(qualifiedName: String): String?
Link copied to clipboard
abstract fun getAttributeNode(qualifiedName: String): Attr?
abstract fun getAttributeNode(qualifiedName: String): PlatformAttr?
Link copied to clipboard
abstract fun getAttributeNodeNS(namespace: String?, localName: String): Attr?
abstract fun getAttributeNodeNS(namespace: String?, localName: String): PlatformAttr?
Link copied to clipboard
abstract fun getAttributeNS(namespace: String?, localName: String): String?
abstract fun getAttributeNS(namespace: String?, localName: String): String?
Link copied to clipboard
abstract fun getAttributes(): NamedNodeMap
Link copied to clipboard
abstract fun getChildNodes(): NodeList
Link copied to clipboard
abstract fun getElementsByTagName(qualifiedName: String): NodeList
abstract fun getElementsByTagName(qualifiedName: String): PlatformNodeList
Link copied to clipboard
abstract fun getElementsByTagNameNS(namespace: String?, localName: String): NodeList
abstract fun getElementsByTagNameNS(namespace: String?, localName: String): PlatformNodeList
Link copied to clipboard
abstract fun getFirstChild(): PlatformNode?
Link copied to clipboard
abstract fun getLastChild(): PlatformNode?
Link copied to clipboard
abstract fun getLocalName(): String
Link copied to clipboard
abstract fun getNamespaceURI(): String?
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
abstract fun getPrefix(): String?
Link copied to clipboard
Link copied to clipboard
abstract fun getTagName(): String
Link copied to clipboard
abstract fun getTextContent(): String?
Link copied to clipboard
abstract fun hasAttribute(qualifiedName: String): Boolean
abstract fun hasAttribute(qualifiedName: String): Boolean
Link copied to clipboard
abstract fun hasAttributeNS(namespace: String?, localName: String): Boolean
abstract fun hasAttributeNS(namespace: String?, localName: String): Boolean
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
abstract fun removeAttribute(qualifiedName: String)
abstract fun removeAttribute(qualifiedName: String)
Link copied to clipboard
Link copied to clipboard
abstract fun removeAttributeNS(namespace: String?, localName: String)
abstract fun removeAttributeNS(namespace: String?, localName: String)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node
Link copied to clipboard
abstract fun setAttribute(qualifiedName: String, value: String)
abstract fun setAttribute(qualifiedName: String, value: String)
Link copied to clipboard
abstract fun setAttributeNode(attr: PlatformAttr): Attr?
Link copied to clipboard
abstract fun setAttributeNodeNS(attr: PlatformAttr): Attr?
Link copied to clipboard
abstract fun setAttributeNS(namespace: String?, cName: String, value: String)
abstract fun setAttributeNS(namespace: String?, cName: String, value: String)
Link copied to clipboard
abstract fun setTextContent(value: String)