module RGL::MutableGraph
def from_graphxml(source)
+source+ (see https://graphml.graphdrawing.org/).
Initializes an RGL graph from a subset of the GraphML format given in
def from_graphxml(source) listener = MutableGraphParser.new(self) REXML::Document.parse_stream(source, listener) self end