SVGElementInstance in SVG 1.1
(no overview available)
Inherits from:
Instance Properties
| name | type | description |
|---|---|---|
| childNodes | SVGElementInstanceList | (read only) |
| correspondingElement | SVGElement | (read only) |
| correspondingUseElement | SVGUseElement | (read only) |
| firstChild | SVGElementInstance | (read only) |
| lastChild | SVGElementInstance | (read only) |
| nextSibling | SVGElementInstance | (read only) |
| parentNode | SVGElementInstance | (read only) |
| previousSibling | SVGElementInstance | (read only) |
Instance Methods
| name | returns | description |
|---|---|---|
| addEventListener(type,listener,useCapture) | (none) | [from EventTarget] |
| dispatchEvent(evt) | Boolean | Dispatches an event to the invoking object. [from EventTarget] |
| removeEventListener(type,listener,useCapture) | (none) | [from EventTarget] |
Properties that are an SVGElementInstance
| name | object | description |
|---|---|---|
| animatedInstanceRoot | SVGUseElement | (read only) |
| firstChild | SVGElementInstance | (read only) |
| instanceRoot | SVGUseElement | (read only) |
| lastChild | SVGElementInstance | (read only) |
| nextSibling | SVGElementInstance | (read only) |
| parentNode | SVGElementInstance | (read only) |
| previousSibling | SVGElementInstance | (read only) |
Methods that return an SVGElementInstance
| name | of object | description |
|---|---|---|
| item(index) | SVGElementInstanceList |