# File lib/nokogiri/xml/reader.rb, line 59 def attribute_nodes nodes = attr_nodes nodes.each { |v| v.instance_variable_set(:@_r, self) } nodes end