Expand description
Contains high-level interface for a pull-based XML parser.
Structs§
- A direct stream to the underlying
Reader
s reader which updatesReader::buffer_position()
when read from it. - A struct that holds a parser configuration.
- A low level encoding-agnostic XML event reader that performs namespace resolution.
- A low level encoding-agnostic XML event reader.
Type Aliases§
- Range of input in bytes, that corresponds to some piece of XML