Module minidom_compat

Module minidom_compat 

Source
Available on crate feature minidom only.
Expand description

Implementations of traits from this crate for minidom types

Structs§

AsItemsViaElement
Helper struct to stream a struct which implements conversion to minidom::Element.
ElementAsXml
Convert a minidom::Element to Items.
ElementFromEvents
Construct a minidom::Element from [rxml::Event]s
FromEventsViaElement
Helper struct to streamingly parse a struct which implements conversion from minidom::Element.

Functions§

make_start_ev_partsDeprecated
Create the parts for a [rxml::Event::StartElement] from a minidom::Element.