package eliom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Eliom_content_core.Xml_wedSource

include Xml_sigs.T with module W = Js_of_ocaml_tyxml.Tyxml_js.Wrap and type elt = Xml.elt and type aname = Xml.aname and type attrib = Xml.attrib and type uri = Xml.uri and type 'a W.t = 'a React.signal and type 'a W.tlist = 'a ReactiveData.RList.t and type ('a, 'b) W.ft = 'a -> 'b
Sourcemodule W : sig ... end
Sourcetype 'a wrap = 'a W.t
Sourcetype 'a list_wrap = 'a W.tlist
Sourcetype uri = Xml.uri
Sourceval string_of_uri : (uri, string) W.ft
Sourceval uri_of_string : (string, uri) W.ft
Sourcetype aname = Xml.aname
Sourcetype event_handler
Sourcetype mouse_event_handler
Sourcetype keyboard_event_handler
Sourcetype touch_event_handler
Sourcetype attrib = Xml.attrib
Sourceval event_handler_attrib : aname -> event_handler -> attrib
Sourceval mouse_event_handler_attrib : aname -> mouse_event_handler -> attrib
Sourceval keyboard_event_handler_attrib : aname -> keyboard_event_handler -> attrib
Sourceval touch_event_handler_attrib : aname -> touch_event_handler -> attrib
Sourcetype elt = Xml.elt
Sourcetype ename = string
Sourceval empty : unit -> elt
Sourceval comment : string -> elt
Sourceval pcdata : string wrap -> elt
Sourceval encodedpcdata : string wrap -> elt
Sourceval entity : string -> elt
Sourceval leaf : ?a:attrib list -> ename -> elt
Sourceval cdata : string -> elt
Sourceval cdata_script : string -> elt
Sourceval cdata_style : string -> elt
Sourceval float_attrib : aname -> float React.S.t -> attrib
Sourceval int_attrib : aname -> int React.S.t -> attrib
Sourceval string_attrib : aname -> string React.S.t -> attrib
Sourceval space_sep_attrib : aname -> string list React.S.t -> attrib
Sourceval comma_sep_attrib : aname -> string list React.S.t -> attrib
Sourceval uri_attrib : aname -> uri React.S.t -> attrib
Sourceval uris_attrib : aname -> uri list React.S.t -> attrib
Sourceval node : ?a:attrib list -> string -> elt list_wrap -> elt
OCaml

Innovation. Community. Security.