# File lib/graphviz/graphml.rb, line 195
    def graphml_graph_edge_data( node )
      @current_edge[@attributs[:edges][node.attributes['key']][:name]] = node.texts().to_s
    end