pugixml.pugi.XPathParseResult
- class pugixml.pugi.XPathParseResult
Bases:
pybind11_objectXPath parsing result.
Properties
Methods
__bool__(self)Determine if the parsing result is not an error (
errorisNone).__init__(self)Initialize
XPathParseResult.description(self)Return an error description.
Member Documentation
- __bool__(self: pugixml.pugi.XPathParseResult) bool
Determine if the parsing result is not an error (
errorisNone).- Returns:
Trueif the parsing result is not an error,Falseotherwise.
- __init__(self: pugixml.pugi.XPathParseResult) None
Initialize
XPathParseResult.
- description(self: pugixml.pugi.XPathParseResult) str
Return an error description.
- Returns:
An error description.