# File lib/rexml/text.rb, line 229
    def xpath
      path = @parent.xpath
      path += "/text()"
      return path
    end