FileDocCategorySizeDatePackage
AbstractView.javaAPI DocJava SE 5 API1008Fri Aug 26 14:58:42 BST 2005org.w3c.dom.views

AbstractView

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

Fields Summary
Constructors Summary
Methods Summary
public org.w3c.dom.views.DocumentViewgetDocument()
The source DocumentView of which this is an AbstractView.