Class type Dom.element
Specification of Element objects.
inherit node
method tagName : Js.js_string Js.t Js.readonly_propmethod getAttribute : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.methmethod setAttribute : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.methmethod removeAttribute : Js.js_string Js.t -> unit Js.methmethod hasAttribute : Js.js_string Js.t -> bool Js.t Js.methmethod getAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.methmethod setAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t -> unit Js.methmethod removeAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.methmethod hasAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t Js.methmethod getAttributeNode : Js.js_string Js.t -> attr Js.t Js.opt Js.methmethod setAttributeNode : attr Js.t -> attr Js.t Js.opt Js.methmethod removeAttributeNode : attr Js.t -> attr Js.t Js.methmethod getAttributeNodeNS : Js.js_string Js.t -> Js.js_string Js.t -> attr Js.t Js.opt Js.methmethod setAttributeNodeNS : attr Js.t -> attr Js.t Js.opt Js.methmethod getElementsByTagName : Js.js_string Js.t -> element nodeList Js.t Js.methmethod attributes : attr namedNodeMap Js.t Js.readonly_prop