コード例 #1
0
 public Api1XmlConverter() {
   xmlOutputter = new XMLOutputter();
   doc = new Document();
   doc.setDocType(new DocType("xml"));
   doc.setProperty("version", "1.0");
   doc.setProperty("encoding", "UTF-8");
 }