Package-level declarations

Types

Link copied to clipboard
actual typealias Attr = PlatformAttr
typealias Attr = PlatformAttr
expect interface Attr : Node
actual interface Attr : Node
actual interface Attr : Node
Link copied to clipboard
expect interface CDATASection : Text
actual interface CDATASection : Text
actual interface CDATASection : Text
Link copied to clipboard
expect interface CharacterData : Node
actual interface CharacterData : Node
actual interface CharacterData : Node
Link copied to clipboard
actual typealias Comment = PlatformComment
expect interface Comment : CharacterData
actual interface Comment : CharacterData
actual interface Comment : CharacterData
Link copied to clipboard
actual typealias Document = PlatformDocument
expect interface Document : Node
actual interface Document : Node
actual interface Document : Node
Link copied to clipboard
expect interface DocumentFragment : Node
actual interface DocumentFragment : Node
actual interface DocumentFragment : Node
Link copied to clipboard
expect interface DocumentType : Node
actual interface DocumentType : Node
actual interface DocumentType : Node
Link copied to clipboard
expect interface DOMImplementation
actual interface DOMImplementation
actual interface DOMImplementation
Link copied to clipboard
Link copied to clipboard
actual typealias Element = PlatformElement
Link copied to clipboard
expect interface NamedNodeMap : Iterable<Attr>
actual interface NamedNodeMap : Iterable<Attr>
actual interface NamedNodeMap : Iterable<Attr>
Link copied to clipboard
actual typealias Node = PlatformNode
typealias Node = PlatformNode
expect interface Node
actual interface Node
actual interface Node
Link copied to clipboard
actual typealias NodeList = PlatformNodeList
expect interface NodeList : Iterable<Node>
actual interface NodeList : Iterable<Node>
actual interface NodeList : Iterable<Node>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
actual typealias Text = PlatformText
typealias Text = PlatformText
expect interface Text : CharacterData
actual interface Text : CharacterData
actual interface Text : CharacterData

Properties

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

Functions

Link copied to clipboard
fun DOMImplementation.createDocument(namespace: String? = null, qualifiedName: String? = null, documentType: DocumentType? = null): Document
Link copied to clipboard
Link copied to clipboard
actual fun Document.importNode(node: PlatformNode, deep: Boolean): Node

Helper extension for cross platform use. Some implementations have member implementations.

expect fun Document.importNode(node: PlatformNode, deep: Boolean): Node
actual fun Document.importNode(node: PlatformNode, deep: Boolean): Node
actual fun Document.importNode(node: PlatformNode, deep: Boolean): Node
Link copied to clipboard
actual fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node
expect fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node
actual fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node
actual fun Node.replaceChild(newChild: PlatformNode, oldChild: Node): Node