Module minidom::convert [] [src]

A module which exports a few traits for converting types to elements and attributes.

Structs

ElementEmitter

A struct which is used for emitting Elements and text nodes into an Element without exposing more functionality than necessary.

Traits

IntoAttributeValue

A trait for types which can be converted to an attribute value.

IntoElements

A trait for types which can be converted to one or multiple Elements.