Expand description
Contains high-level interface for a pull-based XML parser.
The most important type in this module is EventReader, which provides an iterator
view for events in XML document.
Structs§
- An XML parsing error.
- A wrapper around anstd::io::Readinstance which provides pull-based XML parsing.
- An iterator over XML events created from some type implementingRead.
- Parser configuration structure. There are more config methods than public fileds — see methods below.
- Backwards-compatible extension ofParserConfig, which will eventually be merged into the originalParserConfigstruct
Enums§
- An element of an XML input stream.
Type Aliases§
- A result type yielded byXmlReader.