public class MazeXmlConverter extends Object
MazeXmlConverter()
Maze
fromXml(File xmlFile)
fromXml(String xml)
String
toXml(Maze maze)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MazeXmlConverter()
public String toXml(Maze maze)
public Maze fromXml(File xmlFile)
public Maze fromXml(String xml)
Java Examples available from http://www.basilv.com/psd/software Copyright © 2009 by Basil Vandegriend. All Rights Reserved.