Struct minidom::element::ElementBuilder [] [src]

pub struct ElementBuilder { /* fields omitted */ }

A builder for Elements.

Methods

impl ElementBuilder
[src]

Sets the namespace.

Sets an attribute.

Appends anything implementing IntoElements into the tree.

Builds the Element.

Trait Implementations

impl IntoElements for ElementBuilder
[src]

Emits this as a sequence of text nodes and Elements.