pub(crate) fn node_iterator_step_next( dom: &DomBridge, root: usize, idx: usize, ) -> Option<usize>
pre-order で idx の次のノード(root 部分木の範囲内)。
idx
root