NodeList
Overview
NodeList is a class in Aspose.Html FOSS for Python.
A live, ordered collection of Node objects.
This class provides 2 methods for working with NodeList objects in Python programs.
Available methods include: __init__, item.
All public members are accessible to any Python application after installing the Aspose.Html FOSS for Python package.
Methods
| Signature | Description |
|---|---|
__init__(live_list: list[Node]) | Calls init(live_list) on this NodeList instance. |
item(index: int) → Node | None | Return node at index, or None if out of range. |