pugixml.pugi.XMLAttributeIteratorΒΆ
- class pugixml.pugi.XMLAttributeIterator
Bases:
pybind11_object
A collection of attributes.
See also
Members:
__getitem__
(*args, **kwargs)Overloaded function.
__init__
(*args, **kwargs)__iter__
(self)Return itself.
__len__
(self)Return the collection size.
__next__
(self)Return the next attribute from the collection.