pugixml.pugi.XMLNamedNodeIteratorΒΆ

class pugixml.pugi.XMLNamedNodeIterator

Bases: pybind11_object

A collection of nodes specified by name.

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.