Module common

Source
Expand description

§Code that’s used in all XML modules

Modules§

exact
Functions to expect exactly one event

Enums§

XmlError
A general error type

Functions§

expect_decl
Expect an <?xml … declaration
expect_elem
Expect an opening tag <{key}>
expect_end
Expect a closing tag </{key}>
expect_named_elem
Expect an opening tag <{key} name="…">

Type Aliases§

Result
The result type for this module