Struct abxml::chunks::XmlTagStartWrapper [] [src]

pub struct XmlTagStartWrapper<'a> { /* fields omitted */ }

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

Methods

impl<'a> XmlTagStartWrapper<'a>
[src]

Creates a new XmlTagStartWrapper

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

Trait Implementations

impl<'a> TagStart for XmlTagStartWrapper<'a>
[src]

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 0xFFFFFFFF

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