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