pub struct XmlTagStartBuf { /* private fields */ }
Expand description

Representation of a XML Tag start chunk

Implementations

Creates a new XmlTagStartBuf with the given data

Adds a new attribute to the XML tag

Trait Implementations

Formats the value using the given formatter. Read more
Token that identifies the current chunk
Return the bytes corresponding to chunk’s body
Return the bytes corresponding to chunk’s header
Convert the given OwnedBuf to a well formed chunk in form of vector of bytes
Writes the header to the output buffer. It writes token, header size and chunk_size and then the data returned by get_header. 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.