HomePage RecentChanges

This wiki was last modified more than half a year ago and will be deleted eventually!

nsIEnumerator

 var iter = --------();
 try {
   iter.first();
   do {
     var data = iter.currentItem();
     if( data instanceof Ci.nsI------ ) {
       ...
        ...
     }
     iter.next();
   } while( Components.lastResult == 0 );
 } catch(e) {}

Search for e-mail from "Warren Harris" dated 04/21/1999 time 16:11:03 for some notes on the subject.

You may need to use the Google cache, since [www.geocrawler.com/archives/3/137/1999/4/150 this version] doesn't seem to be working so well.