wt.dataops.util.xml
Class XMLWriter
java.lang.Object
wt.dataops.util.xml.XMLWriter
- public class XMLWriter
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLWriter
public XMLWriter()
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