Class type Dom.document


class type ['a] document = object .. end
Specification of Document objects.
Inherits
method documentElement : 'a Js.t Js.readonly_prop
method createDocumentFragment : documentFragment Js.t Js.meth
method createElement : Js.js_string Js.t -> 'a Js.t Js.meth
method createTextNode : Js.js_string Js.t -> text Js.t Js.meth
method createAttribute : Js.js_string Js.t -> attr Js.t Js.meth
method getElementById : Js.js_string Js.t -> 'a Js.t Js.opt Js.meth
method getElementsByTagName : Js.js_string Js.t -> 'a nodeList Js.t Js.meth
method importNode : element Js.t -> bool Js.t -> 'a Js.t Js.meth
method adoptNode : element Js.t -> 'a Js.t Js.meth