Expand description
Defines zero-copy XML events used throughout this library.
Modules
- Xml Attributes module
Structs
- An XML declaration (
Event::Decl
). - A struct to manage
Event::End
events - Opening tag data (
Event::Start
), with optional attributes. - Data from various events (most notably,
Event::Text
).
Enums
- Event emitted by
Reader::read_event
.