# File src/rexml/parsers/pullparser.rb, line 34
def
each
while
has_next?
yield
self
.pull
end
end