私の情報源では-----
要素 element1 = element.addElement("リスト");
element1.addAttribute("Number", (文字列)Map.get("NUMBER"));
element1.addAttribute("インジケータ", null);
そのような結果が欲しい=> element1 Indicator=""/
Javaでdom4j1.6を使用し、メソッドを検索し、addattributeメソッド=> null値を持つ属性は黙って無視されます。
しかし、私は element1 Indicator=""/ を出力する必要があります
どのようにできるのか?