Module Eliom_content.Svg
module Svg : sig..end
Building valid SVG .
See the Eliom manual for more information on dom semantics vs. functional semantics for HTML5 tree manipulated by client/server application.
type +'a elt
type +'a attrib
type uri = Eliom_content.Xml.uri
module F : sig..end
Creation of functional content (copy-able but not referable).
module D : sig..end
Creation of content with DOM semantics (referable
module R : sig..end
Creation of reactive content
module C : sig..end
Creation of content from client-side values.
module Id : sig..end
Node identifiers
module Manip : sig..end
DOM-like manipulation functions.
module To_dom : sig..end
Conversion from Svg elts to Javascript DOM elements (<: Js_of_ocaml.Dom_html.element ).
module Of_dom : sig..end
Conversion functions from DOM nodes (Js_of_ocaml.Dom_html.element Js_of_ocaml.Js.t ) to Eliom nodes (Eliom_content.Html.elt ).