class type namedNodeMap =Specification ofobject..end
NamedNodeMap objects.method getNamedItem : Js.js_string Js.t -> node Js.t Js.opt Js.methmethod setNamedItem : node Js.t -> node Js.t Js.opt Js.methmethod removeNamedItem : Js.js_string Js.t -> node Js.t Js.opt Js.methmethod item : int -> node Js.t Js.opt Js.methmethod length : int Js.readonly_prop