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

pub struct ElementBuilder { /* fields omitted */ }

A builder for Elements.

Methods

impl ElementBuilder
[src]

[src]

Sets the namespace.

[src]

Sets an attribute.

[src]

Appends anything implementing IntoElements into the tree.

[src]

Builds the Element.

Trait Implementations

impl IntoElements for ElementBuilder
[src]

[src]

Emits this as a sequence of text nodes and Elements.