Structure containing the result of XML parsing.
More...
#include <sxml-i.h>
|
| XmlStatus | status |
| | Parsing status (see XmlStatus).
|
| |
| ptrdiff_t | offset |
| | Last parsed offset (in char_t units from the start of input data).
|
| |
| XmlEncoding | encoding |
| | Source document encoding.
|
| |
Structure containing the result of XML parsing.
Definition at line 447 of file sxml-i.h.
◆ encoding
| XmlEncoding _XmlParseResult::encoding |
Source document encoding.
Definition at line 462 of file sxml-i.h.
◆ offset
| ptrdiff_t _XmlParseResult::offset |
Last parsed offset (in char_t units from the start of input data).
Definition at line 457 of file sxml-i.h.
◆ status
| XmlStatus _XmlParseResult::status |
Parsing status (see XmlStatus).
Definition at line 452 of file sxml-i.h.
The documentation for this struct was generated from the following file: