pugixml.pugi.XMLAttributeStruct

class pugixml.pugi.XMLAttributeStruct

Bases: pybind11_object

The internal object of the attribute.

Methods

__eq__(self, other)

Return self == other.

__hash__

__init__(*args, **kwargs)

__ne__(self, other)

Return self != other.

Member Documentation

__eq__(self: pugixml.pugi.XMLAttributeStruct, other: pugixml.pugi.XMLAttributeStruct) bool

Return self == other.

Parameters:

other – The internal object of the attribute to compare.

Returns:

True if the internal objects are the same, False otherwise.

__init__(*args, **kwargs)
__ne__(self: pugixml.pugi.XMLAttributeStruct, other: pugixml.pugi.XMLAttributeStruct) bool

Return self != other.

Parameters:

other – The internal object of the attribute to compare.

Returns:

True if the internal objects are not the same, False otherwise.