@DOMObjectAttribute @DOMNoInterfaceObjectAttribute public interface IDocumentView extends IAbstractView
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.
IAbstractView
Modifier and Type | Method and Description |
---|---|
IAbstractView |
getDefaultView()
The default AbstractView for this Document, or null if none available.
|
getDocumentView
@DOMNameAttribute(name="defaultView") IAbstractView getDefaultView()
The default AbstractView for this Document, or null if none available.
Value: The default view.