method
xpath
xpath()
public
Hide source
# File lib/rexml/attribute.rb, line 184 def xpath path = @element.xpath path += "/@#{self.expanded_name}" return path end