Package org.apache.openmeetings.util
Class XmlExport
- java.lang.Object
-
- org.apache.openmeetings.util.XmlExport
-
public class XmlExport extends Object
- Author:
- sebastianwagner
-
-
Field Summary
Fields Modifier and Type Field Description static StringFILE_COMMENTstatic StringLICENSE
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.dom4j.DocumentcreateDocument()static org.dom4j.ElementcreateRoot(org.dom4j.Document document)static org.dom4j.ElementcreateRoot(org.dom4j.Document document, String root)static voidtoXml(File f, org.dom4j.Document doc)static voidtoXml(OutputStream out, org.dom4j.Document doc)static voidtoXml(Writer out, org.dom4j.Document doc)
-
-
-
Field Detail
-
LICENSE
public static final String LICENSE
- See Also:
- Constant Field Values
-
FILE_COMMENT
public static final String FILE_COMMENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
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(OutputStream out, org.dom4j.Document doc) throws IOException
- Throws:
IOException
-
-