Expand description
An XML parsing library
Structs§
- AttrMap
 - A hash map implemented with quadratic probing and SIMD lookup.
 - Child
Elements  - An iterator returning filtered child 
Elements of anotherElement - Element
 - A struct representing an XML element
 - Element
Builder  - An Element Builder, building 
Elements fromEvents as produced byParser - EndTag
 - Structure describing a closing tag
 - Parser
 - A streaming XML parser
 - Parser
Error  - The structure returned, when erroneous XML is read
 - Start
Tag  - Structure describing an opening tag
 
Enums§
- Builder
Error  - The structure returned for errors encountered while building an 
Element - Event
 - Events returned by the 
Parser - Xml
 - An Enum describing a XML Node