# File lib/activerdf_sparql/sparql_result_parser.rb, line 33
33:   def text(text)
34:     if !@current_type.nil?
35:       @current_result[@index] = create_node(@current_type, text)  
36:     end
37:   end