Name Description Size
config.rs Contains parser configuration structure. 7279
error.rs 3175
events.rs Contains `XmlEvent` datatype, instances of which are emitted by the parser. 8868
lexer.rs Contains simple lexer for XML documents. This module is for internal use. Use `xml::pull` module to do parsing. 30935
mod.rs 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. 3772
parser