public interface

AbstractView

org.w3c.dom.views.AbstractView

Class Overview

A base interface that all views shall derive from.

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

Summary

Public Methods
abstract DocumentView getDocument()
The source DocumentView of which this is an AbstractView.

Public Methods

public abstract DocumentView getDocument ()

The source DocumentView of which this is an AbstractView.