Module xml5ever::serialize [] [src]

Serializer for XML5.

Structs

SerializeOpts

Struct for setting serializer options.

Serializer

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

Enums

TraversalScope

Enum describing whether or not to serialize the root node.

Traits

Serializable

Trait that must be implemented by Sink in order to for that TreeSink to be serializaled.

Functions

serialize

Method for serializing generic node to a given writer.

Type Definitions

AttrRef

Type representing a single attribute. Contains qualified name and value to attribute respectivelly.