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

Fill an ArenaTree structure with the contents of a roxmltree::Node structure.