Available on crate feature
minidom
only.Expand description
Implementations of traits from this crate for minidom types
Structs§
- AsItems
ViaElement - Helper struct to stream a struct which implements conversion
to
minidom::Element
. - Element
AsXml - Convert a
minidom::Element
toItem
s. - Element
From Events - Construct a
minidom::Element
fromrxml::Event
s - From
Events ViaElement - Helper struct to streamingly parse a struct which implements conversion
from
minidom::Element
.
Functions§
- make_
start_ ev_ parts - Create the parts for a
rxml::Event::StartElement
from aminidom::Element
.