method
xpath
v1_8_7_72 -
Show latest stable
- Class:
REXML::Attribute
xpath()public
No documentation available.
# File lib/rexml/attribute.rb, line 178
def xpath
path = @element.xpath
path += "/@#{self.expanded_name}"
return path
end