UnionElementOrProcessingInstruction

JS
1.1
interface UnionElementOrProcessingInstruction
(source)

Inheritors

JS
1.1

Element

Exposes the JavaScript Element to Kotlin

abstract class Element : 
    Node,
    ParentNode,
    NonDocumentTypeChildNode,
    ChildNode,
    Slotable,
    GeometryUtils,
    UnionElementOrHTMLCollection,
    UnionElementOrRadioNodeList,
    UnionElementOrMouseEvent,
    UnionElementOrProcessingInstruction
JS
1.1

ProcessingInstruction

Exposes the JavaScript ProcessingInstruction to Kotlin

abstract class ProcessingInstruction : 
    CharacterData,
    LinkStyle,
    UnionElementOrProcessingInstruction