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