pub fn parse_from_string(axml_str: &str) -> Result<Axml, AxmlError>Expand description
Parses the AXML file from a string.
Given a string that represents an AXML document, parses the string into XML.
This function will return an XmlElement which represents the root of the
parsed XML document.