Expand description
An XML parsing library
Structs§
- Child
Elements - An iterator returning filtered child
Element
s of anotherElement
- Element
- A struct representing an XML element
- Element
Builder - An Element Builder, building
Element
s fromEvent
s 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