# File lib/nokogiri/decorators/hpricot/node.rb, line 26
        def get_elements_by_tag_name tag
          search("//#{tag}")
        end