Expand description
Contains high-level interface for a pull-based XML parser.
Structs§
- A struct that holds a parser configuration.
- A low level encoding-agnostic XML event reader that performs namespace resolution.
- A parser that search a
?>
sequence in the slice. - A low level encoding-agnostic XML event reader.
Enums§
- A parser that search a
>
symbol in the slice outside of quoted regions.
Traits§
- Used to decouple reading of data from data source and parsing XML structure from it. This is a state preserved between getting chunks of bytes from the reader.
Type Aliases§
- Range of input in bytes, that corresponds to some piece of XML