Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
pugixml-python 0.7.0
pugixml-python 0.7.0
  • Limitations
  • Installation
  • API Reference
    • pugixml.pugi
    • pugixml.pugi.limits
    • pugixml.pugi.BytesWriter
    • pugixml.pugi.FileWriter
    • pugixml.pugi.PrintWriter
    • pugixml.pugi.StringWriter
    • pugixml.pugi.XMLAttribute
    • pugixml.pugi.XMLAttributeIterator
    • pugixml.pugi.XMLAttributeStruct
    • pugixml.pugi.XMLDocument
    • pugixml.pugi.XMLEncoding
    • pugixml.pugi.XMLNamedNodeIterator
    • pugixml.pugi.XMLNode
    • pugixml.pugi.XMLNodeIterator
    • pugixml.pugi.XMLNodeStruct
    • pugixml.pugi.XMLNodeType
    • pugixml.pugi.XMLParseResult
    • pugixml.pugi.XMLParseStatus
    • pugixml.pugi.XMLText
    • pugixml.pugi.XMLTreeWalker
    • pugixml.pugi.XMLWriter
    • pugixml.pugi.XPathNode
    • pugixml.pugi.XPathNodeSet
    • pugixml.pugi.XPathNodeSet.Type
    • pugixml.pugi.XPathParseResult
    • pugixml.pugi.XPathQuery
    • pugixml.pugi.XPathValueType
    • pugixml.pugi.XPathVariable
    • pugixml.pugi.XPathVariableSet
  • Changelog
Back to top
View this page

pugixml.pugi.XMLAttributeStructΒΆ

class pugixml.pugi.XMLAttributeStruct

Bases: pybind11_object

The internal object of the attribute.

See also

XMLAttribute.__init__(), XMLAttribute.internal_object()

Members:

__eq__(self, other)

Return self == other.

__hash__

__init__(*args, **kwargs)

__ne__(self, other)

Return self != other.

Next
pugixml.pugi.XMLDocument
Previous
pugixml.pugi.XMLAttributeIterator
Copyright © 2022, Tetsuya Miura
Made with Sphinx and @pradyunsg's Furo