Class XmlUtils


  • public class XmlUtils
    extends Object
    This class provides common methods for handling XML
    Author:
    hyanghee
    • Constructor Detail

      • XmlUtils

        public XmlUtils()
    • Method Detail

      • convertDocumentToString

        public static String convertDocumentToString​(org.dom4j.Document document)
                                              throws IOException
        convert document to string
        Parameters:
        document -
        Returns:
        XML as String
        Throws:
        IOException