Class 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.XmlExporter
    Exports EDocLite definitions to XML.
    Author:
    Kuali Rice Team (rice.collab@kuali.org)
    See Also:
    EDocLiteDefinition
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.jdom2.Element export​(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)  
      boolean supportPrettyPrint()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EDocLiteXmlExporter

        public EDocLiteXmlExporter()
    • Method Detail

      • supportPrettyPrint

        public boolean supportPrettyPrint()
        Specified by:
        supportPrettyPrint in interface org.kuali.rice.core.framework.impex.xml.XmlExporter
      • export

        public org.jdom2.Element export​(org.kuali.rice.core.api.impex.ExportDataSet exportDataSet)
        Specified by:
        export in interface org.kuali.rice.core.framework.impex.xml.XmlExporter