NodeList Class
The NodeList provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
Inheritance Hierarchy
SystemObject
  Aspose.Svg.DomDOMObject
    Aspose.Svg.CollectionsNodeList

Namespace: Aspose.Svg.Collections
Assembly: Aspose.SVG (in Aspose.SVG.dll) Version: 20.2
Syntax
public abstract class NodeList : DOMObject, 
	IEnumerable<Node>, IEnumerable

The NodeList type exposes the following members.

Constructors
  NameDescription
Protected methodNodeList
Initializes a new instance of the NodeList class
Properties
  NameDescription
Public propertyItem
Method returns the indexth item in the collection. If index is greater than or equal to the number of nodes in the list, this returns null.
Public propertyLength
The number of nodes in the list.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also