Class type Js_of_ocaml__Dom.namedNodeMap

Specification of NamedNodeMap objects.

method getNamedItem : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> 'node Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.meth
method setNamedItem : 'node Js_of_ocaml.Js.t -> 'node Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.meth
method removeNamedItem : Js_of_ocaml.Js.js_string Js_of_ocaml.Js.t -> 'node Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.meth
method item : int -> 'node Js_of_ocaml.Js.t Js_of_ocaml.Js.opt Js_of_ocaml.Js.meth
method length : int Js_of_ocaml.Js.readonly_prop