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