Aspose.Html.Collections Namespace
The Aspose.Html.Collections namespace consists of classes to represent, store and manipulate nodes and elements.
Classes
  ClassDescription
Public classDOMTokenList
The DOMTokenList class represents a set of space-separated tokens. It is indexed beginning with 0 as with JavaScript Array objects. DOMTokenList is always case-sensitive.
Public classHTMLCollection
The HTMLCollection represents a generic collection of Element.
Public classNamedNodeMap
Represents collections of attributes that can be accessed by name.
Public classNodeList
The NodeList provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.