Dom.nodeSpecification of Node objects.
method nodeType : nodeType Js_of_ocaml__.Js.readonly_propmethod parentNode : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.propmethod firstChild : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.propmethod lastChild : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.propmethod previousSibling : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.propmethod nextSibling : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.propmethod cloneNode : bool Js_of_ocaml__.Js.t ->
node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod compareDocumentPosition : node Js_of_ocaml__.Js.t ->
DocumentPosition.t Js_of_ocaml__.Js.methmethod contains : node Js_of_ocaml__.Js.t ->
bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod getRootNode : node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod getRootNode_options : getRootNodeOptions Js_of_ocaml__.Js.t ->
node Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod isEqualNode : node Js_of_ocaml__.Js.t ->
bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod isSameNode : node Js_of_ocaml__.Js.t ->
bool Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth