package eliom

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

Building SVG tree.

See the Eliom manual for more information on <<a_manual chapter="clientserver-html" fragment="unique"| dom semantics vs. functional semantics>> for SVG tree manipulated by client/server application.

type +'a elt
type 'a wrap = 'a
type 'a list_wrap = 'a list
type +'a attrib
type uri = Xml.uri

Functional semantics

module F : sig ... end

Typed interface for building valid SVG tree (functional semantics). See <<a_api project="tyxml" | module type Svg_sigs.T >> .

DOM semantics

module D : sig ... end

Typed interface for building valid SVG tree (DOM semantics). See <<a_api project="tyxml" | module type Svg_sigs.T >> .

Reactive DOM

module R : sig ... end

Typed interface for building valid reactive SVG tree.

Global node

module Id : sig ... end
module Of_dom : sig ... end