質問編集履歴
3
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
2
test
CHANGED
File without changes
|
test
CHANGED
File without changes
|
1
test
CHANGED
File without changes
|
test
CHANGED
@@ -8,8 +8,20 @@
|
|
8
8
|
|
9
9
|
|
10
10
|
|
11
|
-
|
12
|
-
|
13
11
|
http://www.techscore.com/tech/Java/JavaSE/DOM/11-3/
|
14
12
|
|
15
13
|
現状、上記サイトにあるように、
|
14
|
+
|
15
|
+
```
|
16
|
+
|
17
|
+
Marshaller marshaller = jc.createMarshaller();
|
18
|
+
|
19
|
+
marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT ,true);
|
20
|
+
|
21
|
+
```
|
22
|
+
|
23
|
+
で実装されています。
|
24
|
+
|
25
|
+
|
26
|
+
|
27
|
+
お手数おかけしますが、ご回答の程よろしくお願い致します。
|