Class RGL::MutableGraph::MutableGraphParser
In: lib/rgl/graphxml.rb
Parent: Object

Used to parse a subset of GraphML into an RGL graph implementation.

Methods

new   tag_start  

Included Modules

REXML::StreamListener

Public Class methods

First resets graph to be empty and stores a reference for use with tag_start.

Public Instance methods

Processes incoming edge and node elements from GraphML in order to populate the graph given to new.

[Validate]