|
|
|
|
@ -117,6 +117,7 @@ public class BoatXMLReader extends XMLReader implements BoatDataSource {
|
|
|
|
|
/**
|
|
|
|
|
* Reads the information about one boat
|
|
|
|
|
* Ignored values: ShapeID, StoweName, HullNum, Skipper, Type
|
|
|
|
|
* @param boatNode The node representing a boat.
|
|
|
|
|
*/
|
|
|
|
|
private void readBoatNode(Node boatNode) {
|
|
|
|
|
int sourceID = Integer.parseInt(boatNode.getAttributes().getNamedItem("SourceID").getTextContent());
|
|
|
|
|
|