Class type Dom.element


class type element = object .. end
Specification of Element objects.
Inherits
method tagName : Js.js_string Js.t Js.readonly_prop
method getAttribute : Js.js_string Js.t -> Js.js_string Js.t 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 getElementsByTagName : 'a. Js.js_string Js.t -> 'a nodeList Js.t Js.meth