Package com.snowbound.common.utils
Class XMLUtils
- java.lang.Object
-
- com.snowbound.common.utils.XMLUtils
-
public class XMLUtils extends Object
Utility class to easily convert an XML object to its String representation.
-
-
Constructor Summary
Constructors Constructor Description XMLUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
getStringFromElement(Element element)
Convert an XML element to its String representation.
-