org.objectweb.fractal.adl.xml
Class XMLWriter

java.lang.Object
  extended byorg.objectweb.fractal.adl.xml.XMLWriter

public class XMLWriter
extends Object

A class to write Node based abstract syntax trees in XML form.


Constructor Summary
XMLWriter(Writer writer)
           
 
Method Summary
 void write(Node node)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLWriter

public XMLWriter(Writer writer)
Method Detail

write

public void write(Node node)
           throws IOException
Throws:
IOException