IDocumentView class

IDocumentView class

The DocumentView interface is implemented by Document objects in DOM implementations supporting DOM Views. It provides an attribute to retrieve the default view of a document.

The IDocumentView type exposes the following members:

Properties

PropertyDescription
default_viewThe default AbstractView for this Document, or null if none available.
documentThe source DocumentView of which this is an AbstractView.

See Also