NodeList interface - Provides the abstraction of an ordered collection of nodes.
Python extensions: can use sequence-style len
, getitem
, and
for..in
constructs.
There are no implemented interfaces.
There are no attributes in this class.
getLength()
The length of the NodeList
item(index)
Returns the index-th item in the collection
There are no known subclasses.