DOM | > | Mozilla | > | Classes | > | Document |
- Document
-
The Document object is a direct property of the global object. It is retrieved using GlobalWindowImpl::GetDocument() in the file nsGlobalWindow.cpp. The Document interface is introduced in the DOM Level 1 Core spec. In this file is only described the HTML Document object implementation, introduced in the DOM Level 1 HTML spec.
Class: nsHTMLDocument
File: content/html/document/src/nsHTMLDocument.cpp
Inherits from the following classes:
- nsMarkupDocument : content/html/document/src/nsMarkupDocument.cpp
Implements the following interfaces:
- nsIHTMLDocument : dom/public/idl/html/
- nsIDOMHTMLDocument : dom/public/idl/html/nsIDOMHTMLDocument.idl
- nsIDOMNSHTMLDocument : dom/public/idl/html/nsIDOMNSHTMLDocument.idl
- nsIDOMNSDocument : dom/public/idl/core/nsIDOMNSDocument.idl
- nsIDOMDocumentEvent : dom/public/idl/events/nsIDOMDocumentEvent.idl
- nsIDOMDocumentStyle : dom/public/idl/stylesheets/nsIDOMDocumentStyle.idl
- nsIDOMDocumentView : dom/public/idl/views/nsIDOMDocumentView.idl
- nsIDOMDocumentRange : dom/public/idl/range/nsIDOMDocumentRange.idl
- nsIDOMDocumentXBL : dom/public/idl/xbl/nsIDOMDocumentXBL.idl
- nsIDOMEventTarget : dom/public/idl/events/nsIDOMEventTarget.idl
- nsIHTMLContentContainer : content/html/document/src/nsIHTMLContentContainer.h