Package | dom.views |
Interface | public interface DocumentView |
Implementors | Document |
Introduced in: | DOM 2 Core |
See also
Property | Defined By | ||
---|---|---|---|
DOM 2 Views defaultView : AbstractView [read-only]
The default AbstractView for this Document, or null if none available. | DocumentView |
DOM 2 Views defaultView | property |
defaultView:AbstractView
[read-only] Introduced in: | DOM 2 Core |
The default AbstractView for this Document, or null if none available.
Note: document.defaultView is generally a reference to the window object for the document, however that is not defined in the specification and can't be relied upon for all host environments, particularly as not all browsers implement it.
public function get defaultView():AbstractView
See also