Package org.liufree.xmindparser
Class XmindLegacy
- java.lang.Object
-
- org.liufree.xmindparser.XmindLegacy
-
public class XmindLegacy extends Object
- Author:
- liufree liufreeo@gmail.com XmindLegacy TODO 2020/4/28 10:26
-
-
Constructor Summary
Constructors Constructor Description XmindLegacy()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetContent(String xmlContent, String xmlComments)返回content.xml和comments.xml合并后的json
-
-
-
Method Detail
-
getContent
public static String getContent(String xmlContent, String xmlComments) throws IOException, org.dom4j.DocumentException
返回content.xml和comments.xml合并后的json- Parameters:
xmlContent-xmlComments-- Returns:
- Throws:
IOExceptionorg.dom4j.DocumentException
-
-