HTMLCollection class
HTMLCollection class
The HTMLCollection
represents a generic collection of Element
.
Inheritance: HTMLCollection
→
DOMObject
The HTMLCollection type exposes the following members:
Properties
Property | Description |
---|---|
length | The number of nodes in the list. |
Returns the index-th 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. |
named_item | Returns the item in the collection matched specified name. |
See Also
- module
aspose.svg.collections
- class
DOMObject
- class
Element
- class
HTMLCollection