The nsIDOMHTMLDocument interface is the interface to a [X]HTML document object. More...
import "nsIDOMHTMLDocument.idl";
Inheritance diagram for nsIDOMHTMLDocument:
Collaboration diagram for nsIDOMHTMLDocument:Public Member Functions | |
| void | open () |
| void | close () |
| void | write ([optional, Null(Stringify)] in DOMString text) |
| void | writeln ([optional, Null(Stringify)] in DOMString text) |
| nsIDOMNodeList | getElementsByName (in DOMString elementName) |
Public Attributes | |
| attribute DOMString | title |
| readonly attribute DOMString | referrer |
| readonly attribute DOMString | domain |
| readonly attribute DOMString | URL |
| attribute nsIDOMHTMLElement | body |
| readonly attribute nsIDOMHTMLCollection | images |
| readonly attribute nsIDOMHTMLCollection | applets |
| readonly attribute nsIDOMHTMLCollection | links |
| readonly attribute nsIDOMHTMLCollection | forms |
| readonly attribute nsIDOMHTMLCollection | anchors |
| attribute DOMString | cookie |
The nsIDOMHTMLDocument interface is the interface to a [X]HTML document object.
This interface is trying to follow the DOM Level 2 HTML specification: http://www.w3.org/TR/DOM-Level-2-HTML/
with changes from the work-in-progress WHATWG HTML specification: http://www.whatwg.org/specs/web-apps/current-work/
| void nsIDOMHTMLDocument::close | ( | ) |
| nsIDOMNodeList nsIDOMHTMLDocument::getElementsByName | ( | in DOMString | elementName | ) |
| void nsIDOMHTMLDocument::open | ( | ) |
| void nsIDOMHTMLDocument::write | ( | [optional, Null(Stringify)] in DOMString | text | ) |
| void nsIDOMHTMLDocument::writeln | ( | [optional, Null(Stringify)] in DOMString | text | ) |
| readonly attribute nsIDOMHTMLCollection nsIDOMHTMLDocument::anchors |
| readonly attribute nsIDOMHTMLCollection nsIDOMHTMLDocument::applets |
| attribute nsIDOMHTMLElement nsIDOMHTMLDocument::body |
| attribute DOMString nsIDOMHTMLDocument::cookie |
| readonly attribute DOMString nsIDOMHTMLDocument::domain |
| readonly attribute nsIDOMHTMLCollection nsIDOMHTMLDocument::forms |
| readonly attribute nsIDOMHTMLCollection nsIDOMHTMLDocument::images |
| readonly attribute nsIDOMHTMLCollection nsIDOMHTMLDocument::links |
| readonly attribute DOMString nsIDOMHTMLDocument::referrer |
| attribute DOMString nsIDOMHTMLDocument::title |
| readonly attribute DOMString nsIDOMHTMLDocument::URL |
1.7.1