class type element =Specification ofobject
..end
Element
objects.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