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