Liferay 7.0-ce-b4

com.liferay.util.xml
Class XMLUtil

java.lang.Object
  extended by com.liferay.util.xml.XMLUtil

public class XMLUtil
extends Object


Constructor Summary
XMLUtil()
           
 
Method Summary
static String fixProlog(String xml)
           
static String formatXML(Document document)
           
static String formatXML(String xml)
           
static String fromCompactSafe(String xml)
           
static String stripInvalidChars(String xml)
           
static String toCompactSafe(String xml)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLUtil

public XMLUtil()
Method Detail

fixProlog

public static String fixProlog(String xml)

formatXML

public static String formatXML(Document document)

formatXML

public static String formatXML(String xml)

fromCompactSafe

public static String fromCompactSafe(String xml)

stripInvalidChars

public static String stripInvalidChars(String xml)

toCompactSafe

public static String toCompactSafe(String xml)

Liferay 7.0-ce-b4