# File /home/ser/Work/rexml/rexml/xpath_parser.rb, line 20
 def relative_location_path stream
		step = step stream
		rlp = relative_location_path(stream) && stream[0]=='/' && step(stream)
	end