NodeList class
NodeList class
The NodeList provides the abstraction of an ordered collection of nodes, without defining or constraining how this collection is implemented.
Inheritance: NodeList →
DOMObject
The NodeList type exposes the following members:
Properties
| Property | Description |
|---|---|
| length | The number of nodes in the list. |
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.
Indexer
| Name | Description |
|---|---|
| [index] | The index. |
Methods
| Method | Description |
|---|---|
| get_platform_type | This method is used to retrieve ECMAScript object Type. |
See Also
- module
aspose.html.collections - class
DOMObject - class
NodeList