Aspose.Html.Dom.Views
Aspose.Html.Dom.Views namespace describes AbstractView and DocumentView interfaces according Document Object Model Views specification.
Interfaces
| Interface | Description |
|---|---|
| IAbstractView | A base interface that all views shall derive from. |
| IDocumentView | 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. |