# File rexml/attribute.rb, line 73
  def namespace arg=nil
			arg = prefix if arg.nil?
			@element.namespace arg
		end