package eliom

  1. Overview
  2. Docs
Advanced client/server Web and mobile framework

Install

dune-project
 Dependency

Authors

Maintainers

Sources

10.4.0.tar.gz
md5=87e171413ab2714514019b533f3f7ab3
sha512=e3ed10c599dd54bc5d4b1bf67debb7068f439d33e30dd39e5ed0cebbddd700b9765a751e16fa93dbd1fa6d934fbb6b2d1677fce817fbfea70565192a0a7e1025

doc/eliom.client/Eliom_content_core/Xml/index.html

Module Eliom_content_core.XmlSource

Sourcemodule W : Xml_wrap.T with type 'a t = 'a and type 'a tlist = 'a list and type (-'a, 'b) ft = 'a -> 'b
Sourcetype uri = string
Sourceval uri_of_string : uri -> string
Sourceval string_of_uri : string -> uri
Sourceval uri_of_fun : (unit -> string) -> uri
Sourcetype aname = string
Sourcetype attrib
Sourcetype caml_event_handler =
  1. | CE_registered_closure of string * Eliom_lib.poly
  2. | CE_client_closure of Js_of_ocaml.Dom_html.event Js_of_ocaml.Js.t -> unit
  3. | CE_client_closure_mouse of Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> unit
  4. | CE_client_closure_keyboard of Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t -> unit
  5. | CE_client_closure_touch of Js_of_ocaml.Dom_html.touchEvent Js_of_ocaml.Js.t -> unit
  6. | CE_call_service of ([ `A | `Form_get | `Form_post ] * (bool * string list) option * string option * Ocsigen_lib_base.poly) option Eliom_lazy.request
Sourcetype internal_event_handler =
  1. | Raw of string
  2. | Caml of caml_event_handler
Sourcetype mouse_event_handler = Js_of_ocaml.Dom_html.mouseEvent Js_of_ocaml.Js.t -> unit
Sourcetype keyboard_event_handler = Js_of_ocaml.Dom_html.keyboardEvent Js_of_ocaml.Js.t -> unit
Sourcetype touch_event_handler = Js_of_ocaml.Dom_html.touchEvent Js_of_ocaml.Js.t -> unit
Sourcetype ename = string
Sourcetype elt
Sourcetype 'a wrap = 'a
Sourcetype 'a list_wrap = 'a list
Sourcetype econtent = private
  1. | Empty
  2. | Comment of string
  3. | EncodedPCDATA of string
  4. | PCDATA of string
  5. | Entity of string
  6. | Leaf of ename * attrib list
  7. | Node of ename * attrib list * elt list
OCaml

Innovation. Community. Security.