pugixml.pugi.XPathParseResultΒΆ

class pugixml.pugi.XPathParseResult

Bases: pybind11_object

XPath parsing result.

Members:

__bool__(self)

Determine if the parsing result is not an error (error is None).

__init__(self)

Initialize XPathParseResult.

description(self)

Return an error description.

error

An error message.

offset

The last parsed offset.