# File lib/xml/xpath.rb, line 836
    def start_with?(s)
      /\A#{Regexp.quote(s)}/ =~ @value
    end