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ยง
- Processing
Instruction ๐Data - Temporary holding space for data in an XML processing instruction.
- Processing
Instruction ๐Sink - XInclude
Context ๐ - XmlEntity ๐
- This is to hold an xmlEntityPtr from libxml2; we just hold an opaque pointer that is freed in impl Drop.
- XmlState
- XmlState
Inner ๐ - Holds the state used for XML processing
Enumsยง
- Acquire
Error ๐ - Errors returned from XmlState::acquire()
- Context ๐
Constantsยง
- GZ_
MAGIC_ ๐0 - GZ_
MAGIC_ ๐1