Eliom_content.XmlLow-level XML manipulation.
include Xml_sigs.Iterable
with type 'a wrap = 'a
and type 'a list_wrap = 'a list
and type event_handler =
(Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.t
and type mouse_event_handler =
(Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.t
and type keyboard_event_handler =
(Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.t
and type touch_event_handler =
(Js_of_ocaml.Dom_html.touchEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.tmodule W : sig ... endtype event_handler =
(Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> unit) Eliom_client_value.ttype mouse_event_handler =
(Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.ttype keyboard_event_handler =
(Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.ttype touch_event_handler =
(Js_of_ocaml.Dom_html.touchEvent Js_of_ocaml.Js.t ->
unit)
Eliom_client_value.tval event_handler_attrib : aname -> event_handler -> attribval mouse_event_handler_attrib : aname -> mouse_event_handler -> attribval keyboard_event_handler_attrib : aname -> keyboard_event_handler -> attribval touch_event_handler_attrib : aname -> touch_event_handler -> attribval empty : unit -> eltval comment : string -> eltval entity : string -> eltval cdata : string -> eltval cdata_script : string -> eltval cdata_style : string -> elttype acontent = private | AFloat of float| AInt of int| AStr of string| AStrL of separator * string listval wrap : elt -> 'a -> 'a Eliom_wrap.wrapped_valueval client_attrib : ?init:attrib -> attrib Eliom_client_value.t -> attrib