pub fn make_start_ev_parts(el: &Element) -> Result<(QName, AttrMap), Error>👎Deprecated since 0.1.3:
obsolete since the transition to AsXml. no replacement.
Available on crate feature
minidom only.Expand description
Create the parts for a rxml::Event::StartElement from a
[minidom::Element].
Note that this copies the attribute data as well as namespace and name.
This is due to limitations in the [minidom::Element] API.