pugixml.pugi.XMLNodeIteratorΒΆ

class pugixml.pugi.XMLNodeIterator

Bases: pybind11_object

A collection of nodes.

Members:

__getitem__(*args, **kwargs)

Overloaded function.

__init__(*args, **kwargs)

__iter__(self)

Return itself.

__len__(self)

Return the collection size.

__next__(self)

Return the next node from the collection.