Struct minidom::convert::ElementEmitter [] [src]

pub struct ElementEmitter<'a>(_);

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

Methods

impl<'a> ElementEmitter<'a>
[src]

Creates a new ElementEmitter.

Appends an Element to the target.

Appends a text node to the target.