Crate elementtree [−] [src]
A simple library for parsing an XML file into an in-memory tree structure
Not recommended for large XML files, as it will load the entire file into memory.
Structs
| Attrs |
An iterator over attributes of an element. |
| Children |
An iterator over children of an element. |
| Element |
Represents an XML element. |
| FindChildren |
An iterator over matching children. |
| QName |
A |
Enums
| ParseError |
Errors that can occur parsing XML |
Traits
| AsQName |
Convenience trait to get a |