import "HTMLDocument.idl";
Collaboration diagram for HTMLDocument:

Public Member Functions | |
| attribute HTMLElement body setter | raises (DOMException) |
| void | open () |
| void | close () |
| void | write (in DOMString text) |
| void | writeln (in DOMString text) |
| NodeList | getElementsByName (in DOMString elementName) |
| Element | getElementById (in DOMString elementId) |
Public Attributes | |
| attribute DOMString | title |
| readonly attribute DOMString | referrer |
| readonly attribute DOMString | domain |
| readonly attribute DOMString | URL |
| readonly attribute HTMLCollection | images |
| readonly attribute HTMLCollection | applets |
| readonly attribute HTMLCollection | links |
| readonly attribute HTMLCollection | forms |
| readonly attribute HTMLCollection | anchors |
| attribute DOMString | cookie |
Definition at line 23 of file HTMLDocument.idl.
| attribute HTMLElement body setter raises | ( | DOMException | ) |
| void open | ( | ) |
| void close | ( | ) |
| void write | ( | in DOMString | text | ) |
| void writeln | ( | in DOMString | text | ) |
| NodeList getElementsByName | ( | in DOMString | elementName | ) |
| Element getElementById | ( | in DOMString | elementId | ) |
| attribute DOMString title |
Definition at line 25 of file HTMLDocument.idl.
| readonly attribute DOMString referrer |
Definition at line 26 of file HTMLDocument.idl.
| readonly attribute DOMString domain |
Definition at line 27 of file HTMLDocument.idl.
| readonly attribute DOMString URL |
Definition at line 28 of file HTMLDocument.idl.
| readonly attribute HTMLCollection images |
Definition at line 35 of file HTMLDocument.idl.
| readonly attribute HTMLCollection applets |
Definition at line 36 of file HTMLDocument.idl.
| readonly attribute HTMLCollection links |
Definition at line 37 of file HTMLDocument.idl.
| readonly attribute HTMLCollection forms |
Definition at line 38 of file HTMLDocument.idl.
| readonly attribute HTMLCollection anchors |
Definition at line 39 of file HTMLDocument.idl.
| attribute DOMString cookie |
Definition at line 44 of file HTMLDocument.idl.
1.5.1