each()
No documentation available.
# File lib/rexml/light/node.rb, line 44 def each size.times { |x| yield( at(x+4) ) } end