Package com.jalios.jcms.tools
Class UTF8Converter
- java.lang.Object
-
- com.jalios.jcms.tools.UTF8Converter
-
public class UTF8Converter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description UTF8Converter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
static org.jdom.Document
readXml(java.io.File file)
static void
rewriteXml(org.jdom.Document doc, java.io.File outputFile)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
-
readXml
public static org.jdom.Document readXml(java.io.File file) throws java.lang.Exception
- Throws:
java.lang.Exception
-
rewriteXml
public static void rewriteXml(org.jdom.Document doc, java.io.File outputFile) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-