package eliom

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

10.2.0.tar.gz
md5=089b68d5bac8dfae1116923f6d95b39c
sha512=b4828b57d963d217ca0efd871b1c0b3f8816c7971825eb49d0dc06dbd91004fc659f83f9121d849ab8de47560941d07b2b9c1838b3387e7c1a4d3d6b9058936b

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.