package js_of_ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Specification of Element objects.

inherit node
method getAttribute : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method setAttribute : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method removeAttribute : Js.js_string Js.t -> unit Js.meth
method hasAttribute : Js.js_string Js.t -> bool Js.t Js.meth
method setAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method removeAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method hasAttributeNS : Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t Js.meth
method getAttributeNode : Js.js_string Js.t -> attr Js.t Js.opt Js.meth
method setAttributeNode : attr Js.t -> attr Js.t Js.opt Js.meth
method removeAttributeNode : attr Js.t -> attr Js.t Js.meth
method getAttributeNodeNS : Js.js_string Js.t -> Js.js_string Js.t -> attr Js.t Js.opt Js.meth
method setAttributeNodeNS : attr Js.t -> attr Js.t Js.opt Js.meth
method getElementsByTagName : Js.js_string Js.t -> element nodeList Js.t Js.meth