pugixml.pugi.XPathNodeΒΆ
- class pugixml.pugi.XPathNode
Bases:
pybind11_objectXPath node class (either
XMLNodeorXMLAttribute.)Members:
__bool__(self)Determine if this XPath node is not empty.
__eq__(*args, **kwargs)Overloaded function.
__hash____init__(*args, **kwargs)Overloaded function.
__ne__(*args, **kwargs)Overloaded function.
attribute(self)Return the attribute if any.
node(self)Return the node if any.
parent(self)Return the parent node.