Module:libdomPackage:org.milescript.svgParent:HTMLElementGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)

org.milescript.svg.SVGElement

Inheritance : Object : HTMLElement

Constructors

Signature
public SVGElement()

Methods

NameSignature
cloneNodeSVGElement cloneNode(boolean bool)
getAttributeString getAttribute(String type)
getDOCElementSVGElement getDOCElement()
insertBeforevoid insertBefore(SVGElement node, SVGElement ref)
setAttributevoid setAttribute(String type, Literal value)
setAttributeNSvoid setAttributeNS(String ns, String type, Literal value)

Properties

NameTypeComment
childNodes
core.Array<org.milescript.svg.SVGElement>
firstChild
org.milescript.svg.SVGElement
nextSibling
org.milescript.svg.SVGElement
objectReference
core.Object
parentNode
org.milescript.svg.SVGElement
previousSibling
org.milescript.svg.SVGElement

Constructors

public SVGElement()


Methods

cloneNode

SVGElement cloneNode(boolean bool)

Returns
org.milescript.svg.SVGElement

Parameters

NameTypeDescription
boolcore.boolean

getAttribute

String getAttribute(String type)

Returns
core.String

Parameters

NameTypeDescription
typecore.String

getDOCElement

SVGElement getDOCElement()

Returns
org.milescript.svg.SVGElement

insertBefore

void insertBefore(SVGElement node, SVGElement ref)

Parameters

NameTypeDescription
nodeorg.milescript.svg.SVGElement
reforg.milescript.svg.SVGElement

setAttribute

void setAttribute(String type, Literal value)

Parameters

NameTypeDescription
typecore.String
valuecore.Literal

setAttributeNS

void setAttributeNS(String ns, String type, Literal value)

Parameters

NameTypeDescription
nscore.String
typecore.String
valuecore.Literal

Module:libdomPackage:org.milescript.svgParent:HTMLElementGenerated by MilescriptCompiler (Copyright 2008, Point5u LLC.)