Module xso::minidom_compat
source · Expand description
Implementations of traits from this crate for minidom types
Structs§
- Construct a
minidom::Element
fromrxml::Event
s - Helper struct to streamingly parse a struct which implements conversion from
minidom::Element
. - Convert a
minidom::Element
intorxml::Event
s. - Helper struct to stream a struct which implements conversion to
minidom::Element
.