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.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 getElementsByTagName :
Js.js_string Js.t -> element nodeList Js.t Js.meth
method attributes : attr namedNodeMap Js.t Js.readonly_prop
