XML 을 찍어볼 수 있다.
doc // xml Document
XMLOutputter xo = new XMLOutputter();
String str = xo.outputString(doc);
System.out.println(str);
* Jdom 활용 org.jdom.output.XMLOutputter
잘 보인다. 끝!
'Java&Jsp&Servlet' 카테고리의 다른 글
[Eclipse] Previous operation has not finished; run 'cleanup' if it was interrupted (0) | 2016.03.02 |
---|---|
[eclipse] a resource exists with a different case (0) | 2015.09.01 |
[JSP] request parameter 처리, JSP, JSTL (0) | 2015.03.06 |
[Java] java.math.BigDecimal cannot be cast to java.lang.String (0) | 2015.03.02 |
[Java] Matches 를 사용하여 서버 OS 정보를 맞춰보자. (0) | 2015.02.23 |