Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
object NodeConsts
Link copied to clipboard
actual interface PlatformAttr : PlatformNode
expect interface PlatformAttr : PlatformNode
actual external interface PlatformAttr : PlatformNode
actual typealias PlatformAttr = Attr
typealias PlatformAttr = Attr
Link copied to clipboard
actual external interface PlatformCDATASection : PlatformText
Link copied to clipboard
actual external interface PlatformCharacterData : PlatformNode
Link copied to clipboard
actual external interface PlatformComment : PlatformCharacterData
actual typealias PlatformComment = Comment
Link copied to clipboard
actual interface PlatformDocument : PlatformNode
expect interface PlatformDocument : PlatformNode
actual external interface PlatformDocument : PlatformNode
actual typealias PlatformDocument = Document
Link copied to clipboard
Link copied to clipboard
actual external interface PlatformDocumentType : PlatformNode
Link copied to clipboard
actual interface PlatformDOMImplementation
expect interface PlatformDOMImplementation
actual external interface PlatformDOMImplementation
Link copied to clipboard
expect interface PlatformElement : PlatformNode
actual external interface PlatformElement : PlatformNode
actual typealias PlatformElement = Element
Link copied to clipboard
actual interface PlatformNamedNodeMap : Iterable<Attr>
expect interface PlatformNamedNodeMap
actual external interface PlatformNamedNodeMap
Link copied to clipboard
expect interface PlatformNode
actual external interface PlatformNode
actual typealias PlatformNode = Node
typealias PlatformNode = Node
Link copied to clipboard
actual interface PlatformNodeList : Iterable<Node>
expect interface PlatformNodeList
actual external interface PlatformNodeList
actual typealias PlatformNodeList = NodeList
Link copied to clipboard
actual external interface PlatformText : PlatformCharacterData
actual typealias PlatformText = Text
typealias PlatformText = Text

Functions

Link copied to clipboard
actual fun Document.adoptNode(node: PlatformNode): Node
expect fun Document.adoptNode(node: PlatformNode): Node
actual fun Document.adoptNode(node: PlatformNode): Node
actual fun Document.adoptNode(node: PlatformNode): Node
Link copied to clipboard
inline operator fun PlatformNamedNodeMap.get(index: Int): PlatformAttr?

Cross platform function for those implementations that do not implement get in the main class.