Crate xml [−] [src]
This crate currently provides almost XML 1.0/1.1-compliant pull parser.
Reexports
pub use reader::EventReader; |
pub use writer::EventWriter; |
Modules
attribute |
Contains XML attributes manipulation types and functions. |
common |
Contains common types and functions used throughout the library. |
escape |
Contains functions for performing XML special characters escaping. |
macros |
Contains several macros used in this crate. |
name |
Contains XML qualified names manipulation types and functions. |
namespace |
Contains namespace manipulation types and functions. |
reader |
Contains high-level interface for a pull-based XML parser. |
writer |
Contains high-level interface for an events-based XML emitter. |
Structs
EmitterConfig |
Emitter configuration structure. |
ParserConfig |
Parser configuration structure. |