# File nqxml/tokenizer.rb, line 914
 def each
	    while !eof()
		yield nextEntity()
	    end
	end