PlatformElement

expect interface PlatformElement : PlatformNode

Inheritors

actual external interface PlatformElement : PlatformNode

Inheritors

actual typealias PlatformElement = Element

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

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): PlatformAttr?
abstract fun getAttributeNode(qualifiedName: String): Attr?
Link copied to clipboard
abstract fun getAttributeNodeNS(namespace: String?, localName: String): PlatformAttr?
abstract fun getAttributeNodeNS(namespace: String?, localName: String): Attr?
Link copied to clipboard
abstract fun getAttributeNS(namespace: String?, localName: String): String?
abstract fun getAttributeNS(namespace: String?, localName: String): String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract fun getElementsByTagName(qualifiedName: String): PlatformNodeList
abstract fun getElementsByTagName(qualifiedName: String): NodeList
Link copied to clipboard
abstract fun getElementsByTagNameNS(namespace: String?, localName: String): PlatformNodeList
abstract fun getElementsByTagNameNS(namespace: String?, localName: String): NodeList
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
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
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
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?)