Package com.snowbound.common.utils
Class XMLUtils
- java.lang.Object
-
- com.snowbound.common.utils.XMLUtils
-
public class XMLUtils extends java.lang.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 java.lang.String
getStringFromElement(org.w3c.dom.Element element)
Convert an XML element to its String representation.
-