XML
Class XMLSaver

java.lang.Object
  |
  +--XML.XMLSaver

public class XMLSaver
extends java.lang.Object


Field Summary
protected  XMLStack stack
           
protected  XML.XMLWriter writer
           
 
Constructor Summary
XMLSaver(java.io.File file)
           
 
Method Summary
 void close()
           
protected  int indent()
           
 void saveObject(XMLSerializable object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

writer

protected XML.XMLWriter writer

stack

protected XMLStack stack
Constructor Detail

XMLSaver

public XMLSaver(java.io.File file)
         throws java.io.IOException
Method Detail

saveObject

public void saveObject(XMLSerializable object)

close

public void close()

indent

protected int indent()