# File lib/rexml/attribute.rb, line 178
    def xpath
      path = @element.xpath
      path += "/@#{self.expanded_name}"
      return path
    end