Expand description
Main parser routine
This module contains the logic to parse the binary XML into a tree structure (XmlElement
),
representing the actual XML.
Structs§
- Axml
- Representation of the whole XML document
- Axml
Iterator - Iterator over an AXML doc
- XmlElement
- Representation of an XML element with optional children
Functions§
- parse_
end_ element - Parse the end of an element
- parse_
end_ namespace - Parse the end of a namepace
- parse_
start_ element - Parse the start of an element
- parse_
start_ namespace - Parse the start of a namepace
- parse_
xml - Parse a whole XML document
Type Aliases§
- XmlNode
- XML nodes