HTMLCollection Class |
Namespace: Aspose.Html.Collections
The HTMLCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | HTMLCollection | Initializes a new instance of the HTMLCollection class |
Name | Description | |
---|---|---|
![]() | Item |
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.
|
![]() | Length |
The number of nodes in the list.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Gets the enumerator.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | NamedItem |
Returns the item in the collection matched specified name.
|
![]() | ToString | (Inherited from Object.) |