Revision 5025bcc6233c236184840ed3ee41a469706b4fe2

Committed on 10/08/2007 2:59 am by Derick Rethans <[email protected]> [GitHub Diff]

- Move prefetching to be an attribute of the node list iterator only.
- Having prefetching on the tree makes things way to undeterministic and thus
confusing. It also only really makes sense for node lists anyway.
I will add a method to ezcTreeNodeList to fetch all the data for those
nodes without having to use the ezcTreeNodeListIterator soon.