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

SignatureDescription
__init__(live_list: list[Node])Calls init(live_list) on this NodeList instance.
item(index: int)Node | NoneReturn node at index, or None if out of range.

See Also