.TH "Eliom_content.Svg.Manip.Named" 3o 2014-07-10 OCamldoc "" .SH NAME Eliom_content.Svg.Manip.Named \- Dom manipulation by element identifier. .SH Module Module Eliom_content.Svg.Manip.Named .SH Documentation .sp Module .BI "Named" : .B sig end .sp Dom manipulation by element identifier\&. .sp .sp .sp .sp .PP .B === The module Named defines the same functions as .B Eliom_dom\&. They take as parameter an element identifier .B instead of an element with Dom semantics\&. Those functions only .B works if the element is available in the application (sent in .B the page or along the page)\&. If the element is not available, .B those functions raise with Not_found\&. === .PP .I val appendChild : .B ?before:'a Eliom_content.Svg.elt -> .B 'b Eliom_content.Svg.Id.id -> 'c Eliom_content.Svg.elt -> unit .sp see .B appendChild .sp .sp .I val appendChildren : .B ?before:'a Eliom_content.Svg.elt -> .B 'b Eliom_content.Svg.Id.id -> 'c Eliom_content.Svg.elt list -> unit .sp see .B appendChildren .sp .sp .I val removeChild : .B 'a Eliom_content.Svg.Id.id -> 'b Eliom_content.Svg.elt -> unit .sp see .B removeChild .sp .sp .I val replaceChild : .B 'a Eliom_content.Svg.Id.id -> .B 'b Eliom_content.Svg.elt -> 'c Eliom_content.Svg.elt -> unit .sp see .B replaceChild .sp .sp .I val removeChildren : .B 'a Eliom_content.Svg.Id.id -> unit .sp see .B removeChildren .sp .sp .I val replaceChildren : .B 'a Eliom_content.Svg.Id.id -> 'b Eliom_content.Svg.elt list -> unit .sp see .B replaceChildren .sp .sp