Function parse_start_element

Source
pub fn parse_start_element(
    axml_buff: &mut Cursor<Vec<u8>>,
    strings: &[String],
    namespace_prefixes: &HashMap<String, String>,
) -> Result<XmlElement, AxmlError>
Expand description

Parse the start of an element