class type[attr]namedNodeMap =object..end
NamedNodeMap objects.method getNamedItem : Js.js_string Js.t -> attr Js.t Js.opt Js.methmethod setNamedItem : attr Js.t -> attr Js.t Js.opt Js.methmethod removeNamedItem : Js.js_string Js.t -> attr Js.t Js.opt Js.methmethod item : int -> attr Js.t Js.opt Js.methmethod length : int Js.readonly_prop