Flowdock
xpath() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rexml/attribute.rb, line 181
    def xpath
      path = @element.xpath
      path += "/@#{self.expanded_name}"
      return path
    end
Register or log in to add new notes.