Struct xml5ever::tokenizer::XmlTokenizer[][src]

pub struct XmlTokenizer<Sink> {
    pub sink: Sink,
    // some fields omitted
}
Expand description

The Xml tokenizer.

Fields

sink: Sink

Destination for tokens we emit.

Implementations

Create a new tokenizer which feeds tokens to a particular TokenSink.

Feed an input string into the tokenizer.

Run the state machine for as long as we can.

Indicate that we have reached the end of the input.

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.