Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.util
Interface DDMXML


public interface DDMXML


Method Summary
 String formatXML(Document document)
           
 String formatXML(String xml)
           
 String updateXMLDefaultLocale(String xml, Locale contentDefaultLocale, Locale contentNewDefaultLocale)
           
 

Method Detail

formatXML

String formatXML(Document document)
                 throws IOException
Throws:
IOException

formatXML

String formatXML(String xml)
                 throws DocumentException,
                        IOException
Throws:
DocumentException
IOException

updateXMLDefaultLocale

String updateXMLDefaultLocale(String xml,
                              Locale contentDefaultLocale,
                              Locale contentNewDefaultLocale)
                              throws DocumentException,
                                     IOException
Throws:
DocumentException
IOException

Liferay 6.1.2-ce-ga3