1

基本的に、JAXB表現に変換するのが好きなHashMapがあります。私の目的は、次の形式でデータを取得することです。

  <MetaAttributes>
   <MetaAttribute>
     Name: ABC
        MetaName: a1
        MetaName: b1
        MetaName: c1
        MetaName: d1
    <MetaAttribute>
    <MetaAttribute>
     Name: DEF
        MetaName: w1
        MetaName: x1
        MetaName: y1
        MetaName: z1
    <MetaAttribute>
  </MetaAttributes>

前もって感謝します。

4

2 に答える 2