With such an iterator to traverse a visitor, we could collect and filter elements or informations from the tree easily by simply re-using existing iterators (see the Hoa\Iterator library).
This idea should solve hoaproject/Ruler#13 (specific recursive iterator + has children iterator + a callback filter iterator).
With such an iterator to traverse a visitor, we could collect and filter elements or informations from the tree easily by simply re-using existing iterators (see the
Hoa\Iteratorlibrary).This idea should solve hoaproject/Ruler#13 (specific recursive iterator + has children iterator + a callback filter iterator).