Expand description
Contains high-level interface for an events-based XML emitter.
The most important type in this module is EventWriter which allows writing an XML document
to some output stream.
Modules
- Contains
XmlEventdatatype, instances of which are consumed by the writer.
Structs
- Emitter configuration structure.
- A wrapper around an
std::io::Writeinstance which emits XML document according to provided events.
Enums
- An error which may be returned by
XmlWriterwhen writing XML events. - A part of an XML output stream.
Type Definitions
- A result type yielded by
XmlWriter.