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.
See also the Document Object Model (DOM) Level 2 Views Specification.
DOM
- Level 2Method from org.w3c.dom.views.DocumentView Summary: |
---|
getDefaultView |
Method from org.w3c.dom.views.DocumentView Detail: |
---|
AbstractView for this Document ,
or null if none available. |