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