質問編集履歴
3
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
2
title
CHANGED
File without changes
|
body
CHANGED
File without changes
|
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -3,6 +3,12 @@
|
|
3
3
|
できるだけ現状のJAXBを踏襲して簡単に改修したいです。
|
4
4
|
もし、不可能であれば代替手段を教えていただけますと助かります。
|
5
5
|
|
6
|
+
http://www.techscore.com/tech/Java/JavaSE/DOM/11-3/
|
7
|
+
現状、上記サイトにあるように、
|
8
|
+
```
|
9
|
+
Marshaller marshaller = jc.createMarshaller();
|
10
|
+
marshaller.setProperty(Marshaller.JAXB_FORMATTED_OUTPUT ,true);
|
11
|
+
```
|
12
|
+
で実装されています。
|
6
13
|
|
7
|
-
http://www.techscore.com/tech/Java/JavaSE/DOM/11-3/
|
8
|
-
|
14
|
+
お手数おかけしますが、ご回答の程よろしくお願い致します。
|