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