java.lang.Object
org.graffiti.plugins.ios.importers.graphml.parser.GraphMLParser

public class GraphMLParser
extends Object
Class GraphMLParser is responsible for setting up the XML parsing environment. It instantiates an XML parser, sets the desired properties and attatches the event handlers to the parser.
Author:
ruediger
  • Constructor Details

    • GraphMLParser

      public GraphMLParser()
      Constructs a new GraphMLParser.
  • Method Details