pub struct XmlTagStartWrapper<'a> { /* private fields */ }
Expand description

Contains a reference to the whole buffer and the chunk header of a TagStart

Implementations

Creates a new XmlTagStartWrapper

It converts the wrapper into a XmlTagStartBuf which can be later manipulated

Trait Implementations

Formats the value using the given formatter. Read more
Type of the attributes
Return the ¿line in which the tag appear?
Return the content of the unknown field1
Return the namespace index. If there is no namespace, it will return 0xFFFF_FFFF
Returns the index of the tag name on the string table
Return the content of the unknown field1
Return the amount of attributes this tag contains
Returns the ¿class?
Returns the attribute on the index position or error if it is greater than get_attributes_amount Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.