# File /home/ser/Work/rexml/rexml/xpath_parser.rb, line 15
 def absolute_location_path stream
		p1 = stream[0]=='/' && relative_location_path(stream)
		p2 = abbreviated_absolute_location_path(stream)
	end