| Module: | libdom | Package: | org.milescript.svg | Parent: | HTMLElement | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |
org.milescript.svg.SVGElement
Inheritance : Object : HTMLElement
Constructors
| Signature |
| public SVGElement() |
Methods
| Name | Signature |
| cloneNode | SVGElement cloneNode(boolean bool) |
| getAttribute | String getAttribute(String type) |
| getDOCElement | SVGElement getDOCElement() |
| insertBefore | void insertBefore(SVGElement node, SVGElement ref) |
| setAttribute | void setAttribute(String type, Literal value) |
| setAttributeNS | void setAttributeNS(String ns, String type, Literal value) |
Properties
| Name | Type | Comment | |
| childNodes |
| ||
| firstChild |
| ||
| nextSibling |
| ||
| objectReference |
| ||
| parentNode |
| ||
| previousSibling |
|
Constructors
|
public SVGElement() |
Methods
|
cloneNode SVGElement cloneNode(boolean bool)
Parameters
|
||||||||||
|
getAttribute String getAttribute(String type)
Parameters
|
||||||||||
|
getDOCElement SVGElement getDOCElement()
|
||||
|
insertBefore void insertBefore(SVGElement node, SVGElement ref) Parameters
|
|
setAttribute void setAttribute(String type, Literal value) Parameters
|
|
setAttributeNS void setAttributeNS(String ns, String type, Literal value) Parameters
|
| Module: | libdom | Package: | org.milescript.svg | Parent: | HTMLElement | Generated by MilescriptCompiler (Copyright 2008, Point5u LLC.) |