pugixml.pugi.XMLNodeStruct
- class pugixml.pugi.XMLNodeStruct
Bases:
pybind11_objectThe internal object of the node.
Methods
__eq__(self, other)Return self == other.
__hash____init__(*args, **kwargs)__ne__(self, other)Return self != other.
Member Documentation
- __eq__(self: pugixml.pugi.XMLNodeStruct, other: pugixml.pugi.XMLNodeStruct) bool
Return self == other.
- Parameters:
other – The internal object of the node to compare.
- Returns:
Trueif the internal objects are the same,Falseotherwise.
- __init__(*args, **kwargs)
- __ne__(self: pugixml.pugi.XMLNodeStruct, other: pugixml.pugi.XMLNodeStruct) bool
Return self != other.
- Parameters:
other – The internal object of the node to compare.
- Returns:
Trueif the internal objects are not the same,Falseotherwise.