package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method adoptNode : element Js.t -> 'element Js.t Js.meth
method appendChild : node Js.t -> node Js.t Js.meth
method childNodes : node nodeList Js.t Js.prop
method cloneNode : bool Js.t -> node Js.t Js.meth
method compareDocumentPosition : node Js.t -> DocumentPosition.t Js.meth
method createAttribute : Js.js_string Js.t -> attr Js.t Js.meth
method createComment : Js.js_string Js.t -> comment Js.t Js.meth
method createDocumentFragment : documentFragment Js.t Js.meth
method createElement : Js.js_string Js.t -> 'element Js.t Js.meth
method createElementNS : Js.js_string Js.t -> Js.js_string Js.t -> 'element Js.t Js.meth
method createTextNode : Js.js_string Js.t -> text Js.t Js.meth
method documentElement : 'element Js.t Js.readonly_prop
method firstChild : node Js.t Js.opt Js.prop
method getElementById : Js.js_string Js.t -> 'element Js.t Js.opt Js.meth
method getElementsByTagName : Js.js_string Js.t -> 'element nodeList Js.t Js.meth
method hasChildNodes : bool Js.t Js.meth
method importNode : element Js.t -> bool Js.t -> 'element Js.t Js.meth
method insertBefore : node Js.t -> node Js.t Js.opt -> node Js.t Js.meth
method lastChild : node Js.t Js.opt Js.prop
method lookupNamespaceURI : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method lookupPrefix : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method namespaceURI : Js.js_string Js.t Js.opt Js.prop
method nextSibling : node Js.t Js.opt Js.prop
method nodeType : nodeType Js.readonly_prop
method parentNode : node Js.t Js.opt Js.prop
method previousSibling : node Js.t Js.opt Js.prop
method removeChild : node Js.t -> node Js.t Js.meth
method replaceChild : node Js.t -> node Js.t -> node Js.t Js.meth