W3C logo

org.w3c.dom.views
Interface AbstractView

All Known Subinterfaces:
ViewCSS

public interface AbstractView

A base interface that all views shall derive from.

See also the Document Object Model (DOM) Level 2 Views Specification.

Since:
DOM Level 2

Method Summary
 DocumentView getDocument()
          The source DocumentView of which this is an AbstractView.
 

Method Detail

getDocument

public DocumentView getDocument()
The source DocumentView of which this is an AbstractView.


Copyright © 2003 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark, document use and software licensing rules apply. Your interactions with this site are in accordance with our public and Member privacy statements.