|
|
|
@ -38,6 +38,7 @@ public class RaceXMLReader extends XMLReader implements RaceDataSource {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Constructor for Streamed Race XML
|
|
|
|
* Constructor for Streamed Race XML
|
|
|
|
* @param filePath path of the file
|
|
|
|
* @param filePath path of the file
|
|
|
|
|
|
|
|
* @param boatData data for boats in race
|
|
|
|
* @throws IOException error
|
|
|
|
* @throws IOException error
|
|
|
|
* @throws SAXException error
|
|
|
|
* @throws SAXException error
|
|
|
|
* @throws ParserConfigurationException error
|
|
|
|
* @throws ParserConfigurationException error
|
|
|
|
@ -53,6 +54,7 @@ public class RaceXMLReader extends XMLReader implements RaceDataSource {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Constructor for Streamed Race XML
|
|
|
|
* Constructor for Streamed Race XML
|
|
|
|
* @param filePath file path to read
|
|
|
|
* @param filePath file path to read
|
|
|
|
|
|
|
|
* @param boatData data of the boats in race
|
|
|
|
* @param read whether or not to read and store the files straight away.
|
|
|
|
* @param read whether or not to read and store the files straight away.
|
|
|
|
* @throws IOException error
|
|
|
|
* @throws IOException error
|
|
|
|
* @throws SAXException error
|
|
|
|
* @throws SAXException error
|
|
|
|
|