# File lib/xml/dom2/namednodemap.rb, line 73 def item(index) v = @nodes.to_a[index] return v[1] if v nil end