package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
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 firstChild : node Js.t Js.opt Js.prop
method getAttribute : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNode : Js.js_string Js.t -> attr Js.t Js.opt Js.meth
method getAttributeNodeNS : Js.js_string Js.t -> Js.js_string Js.t -> attr Js.t Js.opt Js.meth
method getElementsByTagName : Js.js_string Js.t -> element nodeList Js.t Js.meth
method hasAttribute : Js.js_string Js.t -> bool Js.t Js.meth
method hasAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t Js.meth
method hasChildNodes : bool 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 removeAttribute : Js.js_string Js.t -> unit Js.meth
method removeAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method removeAttributeNode : attr Js.t -> attr Js.t Js.meth
method removeChild : node Js.t -> node Js.t Js.meth
method replaceChild : node Js.t -> node Js.t -> node Js.t Js.meth
method setAttribute : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method setAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method setAttributeNode : attr Js.t -> attr Js.t Js.opt Js.meth
method setAttributeNodeNS : attr Js.t -> attr Js.t Js.opt Js.meth