|
|
|
@ -179,7 +179,8 @@ public class RaceData {
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private Element createCompoundMarker(Marker marker, int i) {
|
|
|
|
private Element createCompoundMarker(Marker marker, int i) {
|
|
|
|
Element compoundMarkElement = doc.createElement("CompoundMark");
|
|
|
|
Element compoundMarkElement = doc.createElement("CompoundMark");
|
|
|
|
compoundMarkElement.setAttribute("CompoundMarkId", i + "");
|
|
|
|
System.out.println("CompoundMark, " + i);
|
|
|
|
|
|
|
|
compoundMarkElement.setAttribute("CompoundMarkID", i + "");
|
|
|
|
compoundMarkElement.setAttribute("Name", marker.getName());
|
|
|
|
compoundMarkElement.setAttribute("Name", marker.getName());
|
|
|
|
|
|
|
|
|
|
|
|
compoundMarkElement.appendChild(createMark(marker.getMark1()));
|
|
|
|
compoundMarkElement.appendChild(createMark(marker.getMark1()));
|
|
|
|
|