Class type Dom_html.document

inherit element Dom.document
inherit nodeSelector
inherit eventTarget
method title : Js.js_string Js.t Js.prop
method referrer : Js.js_string Js.t Js.readonly_prop
method domain : Js.js_string Js.t Js.prop
method _URL : Js.js_string Js.t Js.readonly_prop
method head : headElement Js.t Js.prop
method body : bodyElement Js.t Js.prop
method documentElement : htmlElement Js.t Js.readonly_prop
method images : imageElement collection Js.t Js.readonly_prop
method applets : element collection Js.t Js.readonly_prop
method forms : formElement collection Js.t Js.readonly_prop
method anchors : element collection Js.t Js.readonly_prop
method designMode : Js.js_string Js.t Js.prop
method open_ : unit Js.meth
method close : unit Js.meth
method write : Js.js_string Js.t -> unit Js.meth
method execCommand : Js.js_string Js.t -> bool Js.t -> Js.js_string Js.t Js.opt -> unit Js.meth
method createRange : range Js.t Js.meth
method readyState : Js.js_string Js.t Js.readonly_prop
method getElementsByClassName : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method getElementsByName : Js.js_string Js.t -> element Dom.nodeList Js.t Js.meth
method activeElement : element Js.t Js.opt Js.readonly_prop
inherit eventTarget