pub fn xml_parse_doc(cur: &[u8]) -> Option<XmlDocPtr>
Parse an XML in-memory document and build a tree.
Returns the resulting document tree