On Tue, Mar 30, 2004 at 01:32:43PM -0500, Angus Leeming wrote:
> Actually, what we want is to iterate from the 'innermost' inset to the
> 'outermost'. Eg, if this is our structure:
> 
> [A: [B: ] [C: [D: ]] [E: ]] [F: ]
> 
> A contains B, C, E.
> C contains D.
> A and F are on the same level.
> 
> We want to iterate:
> A B D C E F
> 
> Can we do that?

New iterator class on top of DocumentIterator similar to ParIterator
triggering the extra work on pos() == endpos()...

Andre'

Reply via email to