class js.html.DOMElement extends Node
Available on all platforms
Instance Fields
function convertPointFromNode(point:DOMPointInit, from:EitherType<Text, EitherType<Element, HTMLDocument>>, ?options:ConvertCoordinateOptions):DOMPoint
function convertQuadFromNode(quad:DOMQuad, from:EitherType<Text, EitherType<Element, HTMLDocument>>, ?options:ConvertCoordinateOptions):DOMQuad
function convertRectFromNode(rect:DOMRectReadOnly, from:EitherType<Text, EitherType<Element, HTMLDocument>>, ?options:ConvertCoordinateOptions):DOMQuad
function createShadowRoot():ShadowRoot
function getElementsByTagNameNS(namespace_:String, localName:String):HTMLCollection
function insertAdjacentHTML(position:String, text:String):Void
function querySelector(selectors:String):Element
function querySelectorAll(selectors:String):NodeList
function releasePointerCapture(pointerId:Int):Void
function removeAttribute(name:String):Void
function removeAttributeNS(namespace_:String, localName:String):Void
function removeAttributeNode(oldAttr:Attr):Attr
function setAttribute(name:String, value:String):Void
function setAttributeNS(namespace_:String, name:String, value:String):Void
function setAttributeNode(newAttr:Attr):Attr
function setAttributeNodeNS(newAttr:Attr):Attr
function setPointerCapture(pointerId:Int):Void