import "SVGDocument.idl";
Inherits Document.
Inheritance diagram for SVGDocument:


Public Member Functions | |
| events::Event | createEvent (in core::DOMString eventType) raises (core::DOMException) |
Public Attributes | |
| readonly attribute core::DOMString | title |
| readonly attribute core::DOMString | referrer |
| readonly attribute core::DOMString | domain |
| readonly attribute core::DOMString | URL |
| readonly attribute SVGSVGElement | rootElement |
Definition at line 26 of file SVGDocument.idl.
| events::Event createEvent | ( | in core::DOMString | eventType | ) | raises (core::DOMException) |
| readonly attribute core::DOMString title |
Definition at line 27 of file SVGDocument.idl.
| readonly attribute core::DOMString referrer |
Definition at line 28 of file SVGDocument.idl.
| readonly attribute core::DOMString domain |
Definition at line 29 of file SVGDocument.idl.
| readonly attribute core::DOMString URL |
| readonly attribute SVGSVGElement rootElement |
Definition at line 31 of file SVGDocument.idl.
1.5.1