Function get_item

Source
pub fn get_item<'a>(
    hierarchy: &[usize],
    root_node: &'a mut XmlNode,
) -> Option<&'a mut XmlNode>
Expand description

Given a root node, traverses along the hierarchy, and returns a mutable reference to the last child node of the root node