Aspose.Html.Dom Namespaces |
Namespace | Description |
---|---|
Aspose.Html.Dom | The Aspose.Html.Dom (Document Object Model) namespace provides API that represents and interacts with any HTML, XML or SVG documents. The DOM is a document model loaded in the browser and representing the document as a node tree, where each node represents part of the document (e.g. an element, text string, or comment). |
Aspose.Html.Dom.Attributes | The Aspose.Html.Dom.Attributes namespace contains unified attribute classes which specifies or qualifies any object (node, element, ...) feature or behavior. |
Aspose.Html.Dom.Canvas | |
Aspose.Html.Dom.Css | Provides interfaces for DOM Level 2 Style Specification. Cascading Style Sheets (CSS) is a style sheet language that allows authors and users to attach style (e.g., fonts and spacing) to structured documents (e.g., HTML documents and XML applications). It supports media-specific style sheets so that authors may tailor the presentation of their documents to visual browsers, aural devices, printers, braille devices, handheld devices, etc. It also supports content positioning, table layout, features for internationalization and some properties related to user interface. By separating the presentation style of documents from the content of documents, CSS simplifies Web authoring and site maintenance. |
Aspose.Html.Dom.Events | The Aspose.Html.Dom.Events namespace provides objects for any events related DOM updating. It includes subscription to specific contextual information observation associated with event as well as custom events construction. |
Aspose.Html.Dom.Mutations | The Aspose.Html.Dom.Mutations provides opportunity to observe DOM mutations and getting specific callback information. |
Aspose.Html.Dom.Svg | This namespace group contains namespaces which are specific to SVG document processing. It includes namespaces responsible for special collections, data types as well as filtering, saving and others. |
Aspose.Html.Dom.Traversal | This namespace group contains namespaces which are responsible for iterators and tree-walkers creation to navigate between elements and traverse a node and its children in document order. It also contains namespace for tree navigation filtering. |
Aspose.Html.Dom.Views | Aspose.Html.Dom.Views namespace describes AbstractView and DocumentView interfaces according Document Object Model Views specification. |
Aspose.Html.Dom.XPath | The namespace contains methods to navigate through elements and attributes in an XML document. |