net.sourceforge.toscanaj.util.xmlize
Class XMLReader

java.lang.Object
  extended bynet.sourceforge.toscanaj.util.xmlize.XMLReader

public class XMLReader
extends java.lang.Object

This class provides a mechanism to read an XMLizable object from a filename.


Constructor Summary
XMLReader(java.io.File file, XMLizable object)
          The constructor does the reading from a file and throws if there is a * problem.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLReader

public XMLReader(java.io.File file,
                 XMLizable object)
          throws XMLSyntaxError
The constructor does the reading from a file and throws if there is a * problem.



The ToscanaJ project