Struct rapid_xml::parser::Parser[][src]

pub struct Parser<R: Read> { /* fields omitted */ }
Expand description

A low level XML parser that emits Events as it reads the incoming XML.

Implementations

Create new Parser from given reader.

Peek the next Event

Retrieve next Event

Consume events until we leave given depth of tags. All attributes and nested tags are ignored.

With depth = 0, it does nothing. With depth = 1, it finishes the current tag. With depth = 2, it finishes the current tag and its parent. …

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.