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