.TH "Eliom_content_core.Xml" 3o 2012-06-11 OCamldoc "" .SH NAME Eliom_content_core.Xml \- no description .SH Module Module Eliom_content_core.Xml .SH Documentation .sp Module .BI "Xml" : .B sig end .sp .sp .sp .sp .I type uri = .B string .sp .sp .I val uri_of_string : .B uri -> string .sp .sp .I val string_of_uri : .B string -> uri .sp .sp .I val uri_of_fun : .B (unit -> string) -> uri .sp .sp .I type aname = .B string .sp .sp .I type attrib .sp .sp .I type .B #Dom_html.event .I caml_event_handler = | CE_registered_closure .B of .B string * ((#Dom_html.event as 'a) Js.t -> unit) Eliom_lib.client_expr | CE_client_closure .B of .B ('a Js.t -> unit) | CE_call_service .B of .B ([ `A | `Form_get | `Form_post ] * (bool * string list) option * .B string option) .B option Eliom_lazy.request .sp .sp .I type event_handler = | Raw .B of .B string | Caml .B of .B Dom_html.event caml_event_handler .sp .sp .I type ename = .B string .sp .sp .I type elt .sp .sp .I type econtent = private | Empty | Comment .B of .B string | EncodedPCDATA .B of .B string | PCDATA .B of .B string | Entity .B of .B string | Leaf .B of .B ename * attrib list | Node .B of .B ename * attrib list .B * elt list .sp .sp