Namespace Aspose.Svg.Collections
Namespace Aspose.Svg.Collections
Classes
Class Name | Description |
---|---|
DOMTokenList | 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. |
HTMLCollection | The Aspose.Svg.Collections.HTMLCollection represents a generic collection of Aspose.Svg.Dom.Element. |
NamedNodeMap | Represents collections of attributes that can be accessed by name. |
NodeList | The NodeList provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented. |
SVGListBase<t> | This interface defines a base list of all SVG lists. </t> |