org.jtheque.core.utils.file
Class XMLUtils

java.lang.Object
  extended by org.jtheque.core.utils.file.XMLUtils

public final class XMLUtils
extends java.lang.Object

An utility class for XML.

Author:
Baptiste Wicht

Method Summary
static void writeXml(org.jdom.Document doc, java.lang.String path)
          Save a XML file.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

writeXml

public static void writeXml(org.jdom.Document doc,
                            java.lang.String path)
Save a XML file.

Parameters:
doc - The XML document to save.
path - The path to the file.


Copyright © 2009 JTheque. All Rights Reserved.