Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UTF8Converter

        public UTF8Converter()
    • 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