Module AXOHtml


module AXOHtml: sig .. end
High level module : creating nodes with "hints" on specific attributes TODO: make function set exhaustive ; make hints set exhaustive

val set_attributes : (string * string) list -> JSOO.obj -> unit
val append_children : JSOO.obj list -> JSOO.obj -> unit
val smart_create : name:string ->
?attrs:(string * string) list -> ?children:JSOO.obj list -> unit -> JSOO.obj
val sort_children : node:AXOJs.obj -> ?comp:(AXOJs.obj -> AXOJs.obj -> int) -> unit -> unit
module Low: sig .. end
module High: sig .. end