com.aspose.html.dom.Views
com.aspose.html.Dom.Views package 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. |