object
method animatedInstanceRoot : Dom_svg.elementInstance Js.t Js.readonly_prop
method appendChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method attributes : Dom.attr Dom.namedNodeMap Js.t Js.readonly_prop
method childNodes : Dom.node Dom.nodeList Js.t Js.prop
method className : Dom_svg.animatedString Js.t Js.readonly_prop
method cloneNode : bool Js.t -> Dom.node Js.t Js.meth
method compareDocumentPosition :
Dom.node Js.t -> Dom.DocumentPosition.t Js.meth
method externalResourcesRequired :
Dom_svg.animatedBoolean Js.t Js.readonly_prop
method farthestViewportElement : Dom_svg.element Js.t Js.readonly_prop
method firstChild : Dom.node Js.t Js.opt Js.prop
method getAttribute : Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNS :
Js.js_string Js.t ->
Js.js_string Js.t -> Js.js_string Js.t Js.opt Js.meth
method getAttributeNode : Js.js_string Js.t -> Dom.attr Js.t Js.opt Js.meth
method getAttributeNodeNS :
Js.js_string Js.t -> Js.js_string Js.t -> Dom.attr Js.t Js.opt Js.meth
method getBBox : Dom_svg.rect Js.t Js.meth
method getCTM : Dom_svg.matrix Js.t Js.meth
method getElementsByTagName :
Js.js_string Js.t -> Dom.element Dom.nodeList Js.t Js.meth
method getScreenCTM : Dom_svg.matrix Js.t Js.meth
method getTransformToElement :
Dom_svg.element Js.t -> Dom_svg.matrix Js.t Js.meth
method hasAttribute : Js.js_string Js.t -> bool Js.t Js.meth
method hasAttributeNS :
Js.js_string Js.t -> Js.js_string Js.t -> bool Js.t Js.meth
method hasChildNodes : bool Js.t Js.meth
method hasExtension : Js.js_string Js.t -> bool Js.t Js.meth
method height : Dom_svg.animatedLength Js.t Js.readonly_prop
method href : Dom_svg.animatedString Js.t Js.readonly_prop
method id : Js.js_string Js.t Js.prop
method insertBefore :
Dom.node Js.t -> Dom.node Js.t Js.opt -> Dom.node Js.t Js.meth
method instanceRoot : Dom_svg.elementInstance Js.t Js.readonly_prop
method lastChild : Dom.node Js.t Js.opt Js.prop
method nearestViewportElement : Dom_svg.element Js.t Js.readonly_prop
method nextSibling : Dom.node Js.t Js.opt Js.prop
method nodeName : Js.js_string Js.t Js.readonly_prop
method nodeType : Dom.nodeType Js.readonly_prop
method nodeValue : Js.js_string Js.t Js.opt Js.readonly_prop
method ownerSVGElement : Dom_svg.svgElement Js.t Js.readonly_prop
method parentNode : Dom.node Js.t Js.opt Js.prop
method previousSibling : Dom.node Js.t Js.opt Js.prop
method removeAttribute : Js.js_string Js.t -> unit Js.meth
method removeAttributeNS :
Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method removeAttributeNode : Dom.attr Js.t -> Dom.attr Js.t Js.meth
method removeChild : Dom.node Js.t -> Dom.node Js.t Js.meth
method replaceChild :
Dom.node Js.t -> Dom.node Js.t -> Dom.node Js.t Js.meth
method requiredExtensions : Dom_svg.stringList Js.t Js.readonly_prop
method requiredFeatures : Dom_svg.stringList Js.t Js.readonly_prop
method setAttribute :
Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method setAttributeNS :
Js.js_string Js.t ->
Js.js_string Js.t -> Js.js_string Js.t -> unit Js.meth
method setAttributeNode : Dom.attr Js.t -> Dom.attr Js.t Js.opt Js.meth
method setAttributeNodeNS : Dom.attr Js.t -> Dom.attr Js.t Js.opt Js.meth
method style : Dom_html.cssStyleDeclaration Js.t Js.readonly_prop
method systemLanguage : Dom_svg.stringList Js.t Js.readonly_prop
method tagName : Js.js_string Js.t Js.readonly_prop
method transform : Dom_svg.animatedTransformList Js.t Js.readonly_prop
method viewportElement : Dom_svg.element Js.t Js.readonly_prop
method width : Dom_svg.animatedLength Js.t Js.readonly_prop
method x : Dom_svg.animatedLength Js.t Js.readonly_prop
method xmlbase : Js.js_string Js.t Js.prop
method xmllang : Js.js_string Js.t Js.prop
method xmlspace : Js.js_string Js.t Js.prop
method y : Dom_svg.animatedLength Js.t Js.readonly_prop
end