# File /home/ser/Work/rexml/rexml/xpath_parser.rb, line 30
 def axis_specifier stream
		an = axis_name(stream) && stream[/^::/]
		aas = abreviated_axis_specifier stream
	end