svg::SVGElementInstance Interface Reference
import "svg.idl";
Inheritance diagram for svg::SVGElementInstance:

Collaboration diagram for svg::SVGElementInstance:

Public Attributes | |
| readonly attribute SVGElement | correspondingElement |
| readonly attribute SVGUseElement | correspondingUseElement |
| readonly attribute SVGElementInstance | parentNode |
| readonly attribute SVGElementInstanceList | childNodes |
| readonly attribute SVGElementInstance | firstChild |
| readonly attribute SVGElementInstance | lastChild |
| readonly attribute SVGElementInstance | previousSibling |
| readonly attribute SVGElementInstance | nextSibling |
Detailed Description
Definition at line 521 of file svg.idl.
Member Data Documentation
| readonly attribute SVGElementInstanceList svg::SVGElementInstance::childNodes |
| readonly attribute SVGElement svg::SVGElementInstance::correspondingElement |
| readonly attribute SVGUseElement svg::SVGElementInstance::correspondingUseElement |
| readonly attribute SVGElementInstance svg::SVGElementInstance::firstChild |
| readonly attribute SVGElementInstance svg::SVGElementInstance::lastChild |
| readonly attribute SVGElementInstance svg::SVGElementInstance::nextSibling |
| readonly attribute SVGElementInstance svg::SVGElementInstance::parentNode |
| readonly attribute SVGElementInstance svg::SVGElementInstance::previousSibling |
The documentation for this interface was generated from the following file:
