wt.dataops.util.xml
Class XMLWriter

java.lang.Object
  extended bywt.dataops.util.xml.XMLWriter

public class XMLWriter
extends Object


Constructor Summary
XMLWriter()
           
 
Method Summary
static Document createNewDocument()
           
static Document createNewDocument(String rootTagName)
           
static void writeOut(File file, Document doc)
           
static void writeOut(Writer writer, Document doc)
           
 
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

writeOut

public static void writeOut(File file,
                            Document doc)

writeOut

public static void writeOut(Writer writer,
                            Document doc)

createNewDocument

public static Document createNewDocument()
                                  throws IOException
Throws:
IOException

createNewDocument

public static Document createNewDocument(String rootTagName)
                                  throws IOException
Throws:
IOException