Class EDocLiteXmlExporter
- java.lang.Object
-
- org.kuali.rice.edl.impl.xml.export.EDocLiteXmlExporter
-
- All Implemented Interfaces:
org.kuali.rice.core.framework.impex.xml.XmlExporter
public class EDocLiteXmlExporter extends java.lang.Object implements org.kuali.rice.core.framework.impex.xml.XmlExporterExports EDocLite definitions to XML.- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
EDocLiteDefinition
-
-
Constructor Summary
Constructors Constructor Description EDocLiteXmlExporter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jdom2.Elementexport(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)booleansupportPrettyPrint()
-
-
-
Method Detail
-
supportPrettyPrint
public boolean supportPrettyPrint()
- Specified by:
supportPrettyPrintin interfaceorg.kuali.rice.core.framework.impex.xml.XmlExporter
-
export
public org.jdom2.Element export(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)
- Specified by:
exportin interfaceorg.kuali.rice.core.framework.impex.xml.XmlExporter
-
-