# File htree/loc.rb, line 357 def each_attribute @node.each_attribute {|attr_name, attr_text| attr_loc = get_subnode(attr_name) yield attr_name, attr_loc } end