pugixml.pugi.XMLParseResultΒΆ

class pugixml.pugi.XMLParseResult

Bases: pybind11_object

Parsing result.

Members:

__bool__(self)

Determine if the parsing result is not an error (status == STATUS_OK).

__init__(self)

Initialize XMLParseResult.

description(self)

Return an error description.

encoding

The source document encoding.

offset

The last parsed offset.

status

The parsing status.