Expand description
The main XML parser.
Re-exports
pub use attributes::Attributes;
Modules
Store XML element attributes and their values.
xml2 🔒
Hand-written binding to the very minimal part of libxml2 that we need.
Glue between the libxml2 API and our xml parser module.
Macros
Structs
Temporary holding space for data in an XML processing instruction
Holds the state used for XML processing
Enums
Errors returned from XmlState::acquire()
Context 🔒
Constants
Functions
xmlFreeNode 🔒 ⚠