Liferay 6.1.10-ee-ga1

com.liferay.portlet.dynamicdatamapping.util
Interface DDMXML

All Known Implementing Classes:
DDMXMLImpl

public interface DDMXML


Method Summary
 String formatXML(Document document)
           
 String formatXML(String xml)
           
 

Method Detail

formatXML

String formatXML(Document document)
                 throws IOException
Throws:
IOException

formatXML

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

Liferay 6.1.10-ee-ga1