[][src]Module quick_xml::events

Defines zero-copy XML events used throughout this library.

Modules

attributes

Xml Attributes module

Structs

BytesDecl

An XML declaration (Event::Decl).

BytesEnd

A struct to manage Event::End events

BytesStart

Opening tag data (Event::Start), with optional attributes.

BytesText

Data from various events (most notably, Event::Text).

Enums

Event

Event emitted by Reader::read_event.