# File lib/xml/xpath.rb, line 2812 def to_str if @nodes.empty? then '' else @visitor.visit(@nodes[0]).string_value end end