# File lib/graphviz/graphml.rb, line 161
    def graphml_graph_node_data( node )
      @current_node[@attributs[:nodes][node.attributes['key']][:name]] = node.texts().to_s
    end