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] toItems. - Element
From Events - Construct a [
minidom::Element] fromrxml::Events - From
Events ViaElement - Helper struct to streamingly parse a struct which implements conversion
from [
minidom::Element].
Functions§
- make_
start_ ev_ parts Deprecated - Create the parts for a
rxml::Event::StartElementfrom a [minidom::Element].