pugixml.pugi.XPathNodeΒΆ
- class pugixml.pugi.XPathNode
Bases:
pybind11_object
XPath node class (either
XMLNode
orXMLAttribute
.)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.