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