networkit.GraphMLIO

class networkit.GraphMLIO.GraphMLReader

Bases: networkit.graphio.GraphMLReader

DEPRECATED. This class (and the networkit.GraphMLIO module) will be removed in future updates. Use networkit.graphio.GraphMLReader instead.

This class serves as wrapper for the GraphMLSAX class which is able to parse a GraphML XML file and construct a graph.

class networkit.GraphMLIO.GraphMLSAX

Bases: networkit.graphio.GraphMLSAX

DEPRECATED. This class (and the networkit.GraphMLIO module) will be removed in future updates. Use networkit.graphio.GraphMLSAX instead.

Parser for GraphML XML files, based on Pythons XML.SAX implementation.

class networkit.GraphMLIO.GraphMLWriter

Bases: networkit.graphio.GraphMLWriter

DEPRECATED. This class (and the networkit.GraphMLIO module) will be removed in future updates. Use networkit.graphio.GraphMLWriter instead.

This class provides a function to write a NetworKit graph to a file in the GraphML format.