net.sf.myjaut.xml
Class XmlWriter

java.lang.Object
  extended by net.sf.myjaut.xml.XmlWriter
Direct Known Subclasses:
CompareI18nFiles, XmlPuzzleSaveCommand

public class XmlWriter
extends java.lang.Object


Constructor Summary
XmlWriter(java.io.BufferedWriter bw)
           
XmlWriter(java.io.File file)
           
 
Method Summary
 void close()
           
 void closeTag(java.lang.String tagName)
           
 void openTag(java.lang.String tagName)
           
 void write(java.lang.String text)
           
 void writeEmptyTag(java.lang.String tagName)
           
 void writeTag(java.lang.String tagName, long value)
           
 void writeTag(java.lang.String tagName, java.lang.Object object)
           
 void writeTag(java.lang.String tagName, java.lang.String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlWriter

public XmlWriter(java.io.BufferedWriter bw)

XmlWriter

public XmlWriter(java.io.File file)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

closeTag

public void closeTag(java.lang.String tagName)
              throws java.io.IOException
Throws:
java.io.IOException

openTag

public void openTag(java.lang.String tagName)
             throws java.io.IOException
Throws:
java.io.IOException

write

public void write(java.lang.String text)
           throws java.io.IOException
Throws:
java.io.IOException

writeTag

public void writeTag(java.lang.String tagName,
                     long value)
              throws java.io.IOException
Throws:
java.io.IOException

writeTag

public void writeTag(java.lang.String tagName,
                     java.lang.Object object)
              throws java.io.IOException
Throws:
java.io.IOException

writeEmptyTag

public void writeEmptyTag(java.lang.String tagName)
                   throws java.io.IOException
Throws:
java.io.IOException

writeTag

public void writeTag(java.lang.String tagName,
                     java.lang.String text)
              throws java.io.IOException
Throws:
java.io.IOException


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.