cwi.GraphXML.debug
Class ToyParser

java.lang.Object
  extended by cwi.GraphXML.debug.ToyParser

public class ToyParser
extends java.lang.Object

A Toy parser for debugging the GraphXML class. It iterates through all consituents of an GraphXML, and prints the result of all interpreted nodes.


Constructor Summary
ToyParser()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ToyParser

public ToyParser()
Method Detail

main

public static void main(java.lang.String[] args)