# File /home/ser/Work/rexml/rexml/element.rb, line 791
     def prefixes
						ns = []
						each_attribute do |attribute|
							ns << attribute.name if attribute.prefix == "xmlns"
						end
						ns
					end