Class XmlUtils

java.lang.Object
org.craftercms.studio.impl.v1.util.XmlUtils

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

    • XmlUtils

      public XmlUtils()
  • Method Details

    • convertDocumentToString

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