Dom.documentSpecification of Document objects.
inherit nodemethod doctype : documentType Js_of_ocaml__.Js.t Js_of_ocaml__.Js.opt
Js_of_ocaml__.Js.readonly_propmethod createDocumentFragment : documentFragment Js_of_ocaml__.Js.t
Js_of_ocaml__.Js.methmethod createTextNode : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
text Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod createAttribute : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
attr Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod createComment : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
comment Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod getElementsByTagName : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
'element collection Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod getElementsByTagNameNS : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
'element collection Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod getElementsByClassName : Js_of_ocaml__.Js.js_string Js_of_ocaml__.Js.t ->
'element collection Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod importNode : element Js_of_ocaml__.Js.t ->
bool Js_of_ocaml__.Js.t ->
'element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.methmethod adoptNode : element Js_of_ocaml__.Js.t ->
'element Js_of_ocaml__.Js.t Js_of_ocaml__.Js.meth