Module Eliom_content_core.Svg

module Svg: sig .. end
Building SVG tree.

type +'a elt 
See the Eliom manual for more information on for SVG tree manipulated by client/server application.
type 'a attrib 
type uri = Eliom_content_core.Xml.uri 

Functional semantics


module F: Svg_sigs.T  with type Xml.uri = Xml.uri
        and type Xml.event_handler = Xml.event_handler
        and type Xml.attrib = Xml.attrib and type Xml.elt = Xml.elt  with
        type 'a elt = 'a elt
      and type 'a attrib = 'a attrib and type uri = uri
Typed interface for building valid SVG tree (functional semantics).

DOM semantics


module D: Svg_sigs.T  with type Xml.uri = Xml.uri
        and type Xml.event_handler = Xml.event_handler
        and type Xml.attrib = Xml.attrib and type Xml.elt = Xml.elt  with
        type 'a elt = 'a elt
      and type 'a attrib = 'a attrib and type uri = uri
Typed interface for building valid SVG tree (DOM semantics).
module Id: sig .. end
Global node