Function rectree2svg::xml2tree[][src]

pub fn xml2tree(
    node: Node<'_, '_>,
    parent: usize,
    numero: &mut usize,
    tree: &mut ArenaTree<String>
)

Fill an ArenaTree structure with the contents of a roxmltre::Node structure