Class XmlUtils
java.lang.Object
org.craftercms.studio.impl.v1.util.XmlUtils
This class provides common methods for handling XML
- Author:
- hyanghee
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringconvertDocumentToString(org.dom4j.Document document) convert document to string
-
Constructor Details
-
XmlUtils
public XmlUtils()
-
-
Method Details
-
convertDocumentToString
convert document to string- Parameters:
document-- Returns:
- XML as String
- Throws:
IOException
-