pub fn get_item<'a>( hierarchy: &[usize], root_node: &'a mut XmlNode, ) -> Option<&'a mut XmlNode>
Given a root node, traverses along the hierarchy, and returns a mutable reference to the last child node of the root node