Package-level declarations

Types

Link copied to clipboard
actual interface Attr : Node
actual external interface Attr : Node
Link copied to clipboard
actual interface CDATASection : Text
actual external interface CDATASection : Text
Link copied to clipboard
actual interface CharacterData : Node
actual external interface CharacterData : Node
Link copied to clipboard
actual interface Comment : CharacterData
actual external interface Comment : CharacterData
Link copied to clipboard
actual interface Document : Node
actual external interface Document : Node
Link copied to clipboard
actual interface DocumentFragment : Node
actual external interface DocumentFragment : Node
Link copied to clipboard
actual interface DocumentType : Node
actual external interface DocumentType : Node
Link copied to clipboard
Link copied to clipboard
actual interface DOMImplementation
actual external interface DOMImplementation
Link copied to clipboard
actual interface Element : Node
actual external interface Element : Node
Link copied to clipboard
actual interface NamedNodeMap
actual external interface NamedNodeMap
Link copied to clipboard
actual interface Node
actual external interface Node
Link copied to clipboard
object NodeConsts
Link copied to clipboard
actual external interface NodeList
Link copied to clipboard
actual interface ProcessingInstruction : Node
actual external interface ProcessingInstruction : Node
Link copied to clipboard
actual interface Text : CharacterData
actual external interface Text : CharacterData

Functions

Link copied to clipboard
actual fun Document.adoptNode(node: Node): Node
expect fun Document.adoptNode(node: Node): Node
actual fun Document.adoptNode(node: Node): Node
actual fun <Error class: unknown class>.adoptNode(node: Node): <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun DOMImplementation.createDocument(namespace: String?, qualifiedName: String): Document
Link copied to clipboard
actual fun Document.createElement(localName: String): Element
expect fun Document.createElement(localName: String): Element
actual fun Document.createElement(localName: String): Element
actual fun Document.createElement(localName: String): Element
Link copied to clipboard
actual fun Document.createElementNS(namespaceURI: String, qualifiedName: String): Element
expect fun Document.createElementNS(namespaceURI: String, qualifiedName: String): Element
actual fun Document.createElementNS(namespaceURI: String, qualifiedName: String): Element
actual fun Document.createElementNS(namespaceURI: String, qualifiedName: String): Element
Link copied to clipboard
actual fun Document.createTextNode(data: String): Text
expect fun Document.createTextNode(data: String): Text
actual fun Document.createTextNode(data: String): Text
actual fun Document.createTextNode(data: String): Text
Link copied to clipboard
operator fun NamedNodeMap.get(index: Int): Attr?
operator fun NodeList.get(index: Int): Node?
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getChildNodes(): NodeList
expect inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
actual inline fun Node.getChildNodes(): NodeList
Link copied to clipboard
actual inline fun CharacterData.getData(): String
actual inline fun ProcessingInstruction.getData(): String
expect inline fun CharacterData.getData(): String
expect inline fun ProcessingInstruction.getData(): String
actual inline fun CharacterData.getData(): String
actual inline fun ProcessingInstruction.getData(): String
actual inline fun CharacterData.getData(): String
actual inline fun ProcessingInstruction.getData(): String
Link copied to clipboard
actual inline fun Document.getDoctype(): DocumentType?
expect inline fun Document.getDoctype(): DocumentType?
actual inline fun Document.getDoctype(): DocumentType?
actual inline fun Document.getDoctype(): DocumentType?
Link copied to clipboard
actual inline fun Document.getDocumentElement(): Element?
expect inline fun Document.getDocumentElement(): Element?
actual inline fun Document.getDocumentElement(): Element?
actual inline fun Document.getDocumentElement(): Element?
Link copied to clipboard
actual inline fun Node.getFirstChild(): Node?
expect inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
actual inline fun Node.getFirstChild(): Node?
Link copied to clipboard
Link copied to clipboard
actual inline fun Document.getInputEncoding(): String?
expect inline fun Document.getInputEncoding(): String?
actual inline fun Document.getInputEncoding(): String?
actual inline fun Document.getInputEncoding(): String?
Link copied to clipboard
actual inline fun Node.getLastChild(): Node?
expect inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
actual inline fun Node.getLastChild(): Node?
Link copied to clipboard
actual inline fun NamedNodeMap.getLength(): Int
actual inline fun NodeList.getLength(): Int
expect inline fun NamedNodeMap.getLength(): Int
expect inline fun NodeList.getLength(): Int
actual inline fun NamedNodeMap.getLength(): Int
actual inline fun NodeList.getLength(): Int
actual inline fun NamedNodeMap.getLength(): Int
actual inline fun NodeList.getLength(): Int
Link copied to clipboard
actual inline fun Attr.getLocalName(): String?
actual fun Element.getLocalName(): String?
expect inline fun Attr.getLocalName(): String?
expect fun Element.getLocalName(): String?
actual inline fun Attr.getLocalName(): String?
actual fun Element.getLocalName(): String?
actual inline fun Attr.getLocalName(): String?
actual fun Element.getLocalName(): String?
Link copied to clipboard
actual inline fun Attr.getName(): String
expect inline fun Attr.getName(): String
actual inline fun Attr.getName(): String
actual inline fun Attr.getName(): String
Link copied to clipboard
actual inline fun Attr.getNamespaceURI(): String?
expect inline fun Attr.getNamespaceURI(): String?
actual inline fun Attr.getNamespaceURI(): String?
actual inline fun Attr.getNamespaceURI(): String?
Link copied to clipboard
actual inline fun Node.getNextSibling(): Node?
expect inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
actual inline fun Node.getNextSibling(): Node?
Link copied to clipboard
actual inline fun Node.getNodeName(): String
expect inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
actual inline fun Node.getNodeName(): String
Link copied to clipboard
actual inline fun Node.getNodeType(): Short
expect inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
actual inline fun Node.getNodeType(): Short
Link copied to clipboard
actual inline fun Node.getOwnerDocument(): Document
expect inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
actual inline fun Node.getOwnerDocument(): Document
Link copied to clipboard
actual inline fun Attr.getOwnerElement(): Element?
expect inline fun Attr.getOwnerElement(): Element?
actual inline fun Attr.getOwnerElement(): Element?
actual inline fun Attr.getOwnerElement(): Element?
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getParentNode(): Node?
expect inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
actual inline fun Node.getParentNode(): Node?
Link copied to clipboard
actual inline fun Attr.getPrefix(): String?
actual fun Element.getPrefix(): String?
expect inline fun Attr.getPrefix(): String?
expect fun Element.getPrefix(): String?
actual inline fun Attr.getPrefix(): String?
actual fun Element.getPrefix(): String?
actual inline fun Attr.getPrefix(): String?
actual fun Element.getPrefix(): String?
Link copied to clipboard
actual inline fun Node.getPreviousSibling(): Node?
expect inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
actual inline fun Node.getPreviousSibling(): Node?
Link copied to clipboard
actual fun Element.getTagName(): String
expect fun Element.getTagName(): String
actual fun Element.getTagName(): String
actual fun Element.getTagName(): String
Link copied to clipboard
Link copied to clipboard
actual inline fun Node.getTextContent(): String?
expect inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
actual inline fun Node.getTextContent(): String?
Link copied to clipboard
actual inline fun Attr.getValue(): String
expect inline fun Attr.getValue(): String
actual inline fun Attr.getValue(): String
actual inline fun Attr.getValue(): String
Link copied to clipboard
Link copied to clipboard
operator fun NodeList.iterator(): Iterator<Node>
Link copied to clipboard
actual inline fun CharacterData.setData(value: String)
actual inline fun ProcessingInstruction.setData(data: String)
expect inline fun CharacterData.setData(value: String)
expect inline fun ProcessingInstruction.setData(data: String)
actual inline fun CharacterData.setData(value: String)
actual inline fun ProcessingInstruction.setData(data: String)
actual inline fun CharacterData.setData(value: String)
actual inline fun ProcessingInstruction.setData(data: String)
Link copied to clipboard
actual inline fun Attr.setValue(value: String)
expect inline fun Attr.setValue(value: String)
actual inline fun Attr.setValue(value: String)
actual inline fun Attr.setValue(value: String)