Module Eliom_content_core.XmlSource
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.t
Sourcetype !'a list_wrap = 'a list Sourcetype separator = | Space| Comma
Sourcetype acontent = private | AFloat of float| AInt of int| AStr of string| AStrL of separator * string list
Sourcetype econtent = private | Empty| EncodedPCDATA of string| PCDATA of string| Entity of string| Leaf of ename * attrib list| Node of ename * attrib list * elt list