Class type 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