public class XMLUtil extends Object
com.liferay.petra.xml.XMLUtil
Constructor and Description |
---|
XMLUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
fixProlog(String xml) |
static String |
formatXML(com.liferay.portal.kernel.xml.Document document) |
static String |
formatXML(String xml) |
static String |
fromCompactSafe(String xml) |
static String |
stripInvalidChars(String xml) |
static String |
toCompactSafe(String xml) |
public static String formatXML(com.liferay.portal.kernel.xml.Document document)