Module rsvg::xml

source ·
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

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

GZ_MAGIC_0 🔒
GZ_MAGIC_1 🔒

Functions

Type Definitions