Expand description
An XML parsing library
Structs§
- ChildElements 
- An iterator returning filtered child Elements of anotherElement
- Element
- A struct representing an XML element
- ElementBuilder 
- An Element Builder, building Elements fromEvents as produced byParser
- EndTag
- Structure describing a closing tag
- Parser
- A streaming XML parser
- ParserError 
- The structure returned, when erroneous XML is read
- StartTag 
- Structure describing an opening tag
Enums§
- BuilderError 
- The structure returned for errors encountered while building an Element
- Event
- Events returned by the Parser
- Xml
- An Enum describing a XML Node