Class XmlExport

java.lang.Object
org.apache.openmeetings.util.XmlExport

public class XmlExport extends Object
Author:
sebastianwagner
  • Field Details

  • Method Details

    • createDocument

      public static org.dom4j.Document createDocument()
    • createRoot

      public static org.dom4j.Element createRoot(org.dom4j.Document document)
    • createRoot

      public static org.dom4j.Element createRoot(org.dom4j.Document document, String root)
    • toXml

      public static void toXml(Writer out, org.dom4j.Document doc) throws IOException
      Throws:
      IOException
    • toXml

      public static void toXml(File f, org.dom4j.Document doc) throws Exception
      Throws:
      Exception
    • toXml

      public static void toXml(OutputStream out, org.dom4j.Document doc) throws IOException
      Throws:
      IOException