Module xso::minidom_compat
source · Available on crate feature
minidom
only.Expand description
Implementations of traits from this crate for minidom types
Structs§
- Helper struct to stream a struct which implements conversion to
minidom::Element
. - Convert a
minidom::Element
toItem
s. - Construct a
minidom::Element
fromrxml::Event
s - Helper struct to streamingly parse a struct which implements conversion from
minidom::Element
.
Functions§
- Create the parts for a
rxml::Event::StartElement
from aminidom::Element
.