# File rexml/element.rb, line 594
    def text( path = nil )
      rv = get_text path
      return rv.to_s unless rv.nil?
      nil
    end