Expand description
The main XML parser.
Re-exportsยง
pub use attributes::Attributes;
Modulesยง
- attributes ๐Store XML element attributes and their values.
- xml2 ๐Hand-written binding to the very minimal part of libxml2 that we need.
- xml2_load ๐Glue between the libxml2 API and our xml parser module.
Macrosยง
- xinclude_name ๐
Structsยง
- Temporary holding space for data in an XML processing instruction
- XIncludeContext ๐
- XmlEntity ๐This is to hold an xmlEntityPtr from libxml2; we just hold an opaque pointer that is freed in impl Drop.
- XmlStateInner ๐Holds the state used for XML processing
Enumsยง
- AcquireError ๐Errors returned from XmlState::acquire()
- Context ๐
Constantsยง
- GZ_MAGIC_0 ๐
- GZ_MAGIC_1 ๐
Functionsยง
- xmlFreeNode ๐ โ