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