Module parser

Source
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
AxmlIterator
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