net.sourceforge.toscanaj.util.xmlize
Class XMLWriter

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

public class XMLWriter
extends java.lang.Object

This class provides a mechanism to write an XMLizable object to a file.


Constructor Summary
XMLWriter()
           
 
Method Summary
static void write(java.io.File file, XMLizable object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLWriter

public XMLWriter()
Method Detail

write

public static void write(java.io.File file,
                         XMLizable object)
                  throws java.lang.Exception
Throws:
java.lang.Exception


The ToscanaJ project