# File htree/elem.rb, line 110
    def each_attribute(&block) # :yields: attr_name, attr_text
      @stag.each_attribute(&block)
    end