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::Events
FromEventsViaElement
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 a minidom::Element.