# File rexml/functions.rb, line 57
  def Functions::name( node_set=nil )
			get_namespace( node_set ) { |node| node.name }
		end