Class type Dom.element

Specification of Element objects.

inherit node
method tagName : Js.js_string Js.t Js.readonly_prop
method getAttribute : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method setAttribute : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method removeAttribute : Js.js_string Js.t -> unit Js.meth
method hasAttribute : Js.js_string Js.t -> bool Js.t Js.meth
method getAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method setAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method removeAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method hasAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t Js.meth
method getAttributeNode : Js.js_string Js.t -> attr Js.t Js.opt Js.meth
method setAttributeNode : attr Js.t -> attr Js.t Js.opt Js.meth
method removeAttributeNode : attr Js.t -> attr Js.t Js.meth
method getAttributeNodeNS : Js.js_string Js.t -> Js.js_string Js.t -> attr Js.t Js.opt Js.meth
method setAttributeNodeNS : attr Js.t -> attr Js.t Js.opt Js.meth
method getElementsByTagName : Js.js_string Js.t -> element nodeList Js.t Js.meth
method attributes : attr namedNodeMap Js.t Js.readonly_prop