module Xml: sig
.. end
type
uri = string
val uri_of_string : uri -> string
val string_of_uri : string -> uri
val uri_of_fun : (unit -> string) -> uri
type
aname = string
type
attrib
type #Dom_html.event
caml_event_handler =
| |
CE_registered_closure of string * ((#Dom_html.event as 'a) Js.t -> unit) Eliom_lib.Client_value_server_repr.t |
| |
CE_client_closure of ('a Js.t -> unit) |
| |
CE_call_service of ([ `A | `Form_get | `Form_post ] * (bool * string list) option * string option) option Eliom_lazy.request |
class type biggest_event = object
.. end
type
internal_event_handler =
type
event_handler = Dom_html.event Js.t -> unit
type
mouse_event_handler = Dom_html.mouseEvent Js.t -> unit
type
keyboard_event_handler = Dom_html.keyboardEvent Js.t -> unit
type
ename = string
type
elt
type 'a
wrap = 'a
type 'a
list_wrap = 'a list
type
econtent = private
| |
Empty |
| |
of string |
| |
EncodedPCDATA of string |
| |
PCDATA of string |
| |
Entity of string |
| |
Leaf of ename * attrib list |
| |
Node of ename * attrib list * elt list |