Liferay 6.1.10-ee-ga1

com.liferay.portlet.dynamicdatamapping.util
Class DDMXMLImpl

java.lang.Object
  extended by com.liferay.portlet.dynamicdatamapping.util.DDMXMLImpl
All Implemented Interfaces:
DDMXML

public class DDMXMLImpl
extends Object
implements DDMXML


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

Constructor Detail

DDMXMLImpl

public DDMXMLImpl()
Method Detail

formatXML

public String formatXML(Document document)
                 throws IOException
Specified by:
formatXML in interface DDMXML
Throws:
IOException

formatXML

public String formatXML(String xml)
                 throws DocumentException,
                        IOException
Specified by:
formatXML in interface DDMXML
Throws:
DocumentException
IOException

Liferay 6.1.10-ee-ga1