val setInnerHtml : < innerHTML : < set : Js_min.js_string Js_min.t -> unit; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string -> unitval setText : < textContent : < set : Js_min.js_string Js_min.t Js_min.opt -> unit; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string option -> unitval addClass : < classList : < get : < add : Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string -> 'aval addClasses : < classList : < get : < add : Js_min.js_string Js_min.t -> unit Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string list -> unitval removeClass : < classList : < get : < remove : Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string -> 'aval containsClass : < classList : < get : < contains : Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> string -> 'aval setAttribute : < setAttribute : Js_min.js_string Js_min.t -> Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> string -> string -> 'aval removeAttribute : < removeAttribute : Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> string -> 'aval getAttribute : < getAttribute : Js_min.js_string Js_min.t -> 'a Js_min.Opt.t Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> string -> 'a optionval setCSS : < setAttribute : Js_min.js_string Js_min.t -> Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> (string * string) list -> 'aval addCSS : < getAttribute : Js_min.js_string Js_min.t -> string Js_min.Opt.t Js_of_ocaml.Js.meth; setAttribute : Js_min.js_string Js_min.t -> Js_min.js_string Js_min.t -> 'a Js_of_ocaml.Js.meth; .. > Js_of_ocaml.Js.t -> (string * string) list -> 'aval appendChild : Js_min.Dom.node Js_of_ocaml__.Js.t -> Js_min.Dom.node Js_of_ocaml__.Js.t -> unitval removeChild : Js_min.Dom.node Js_of_ocaml__.Js.t -> Js_min.Dom.node Js_of_ocaml__.Js.t -> unitval appendChildren : Js_min.Dom.node Js_of_ocaml__.Js.t -> Js_min.Dom.node Js_of_ocaml__.Js.t list -> unitval children : < childNodes : < get : 'a Js_min.Dom.nodeList Js_of_ocaml__.Js.t; .. > Js_of_ocaml.Js.gen_prop; .. > Js_of_ocaml.Js.t -> 'a Js_of_ocaml__.Js.t listval removeChildi : Js_min.Dom.node Js_of_ocaml.Js.t -> int -> unitval removeChildren : Js_min.Dom.node Js_of_ocaml__.Js.t -> unitval replaceChildren : Js_min.Dom.node Js_of_ocaml__.Js.t -> Js_min.Dom.node Js_of_ocaml__.Js.t list -> unitval by_id : string -> Js_min.Dom_html.element Js_of_ocaml__.Js.tval addListener : < .. > Js_of_ocaml__.Js.t -> string -> ('a Js_min.Dom.event Js_of_ocaml__.Js.t -> bool) -> unit
val encapse : string -> stringval strings_to_array : string list -> stringval strings_to_object : (string * string) list -> 'a