Struct xml5ever::serialize::XmlSerializer[][src]

pub struct XmlSerializer<Wr> { /* fields omitted */ }
Expand description

Struct used for serializing nodes into a text that other XML parses can read.

Serializer contains a set of functions (start_elem, end_elem…) that make parsing nodes easier.

Implementations

Creates a new Serializier from a writer and given serialization options.

Trait Implementations

Serializes given start element into text. Start element contains qualified name and an attributes iterator.

Serializes given end element into text.

Serializes comment into text.

Serializes given doctype

Serializes text for a node or an attributes.

Serializes given processing instruction.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.