Added some missing fields. Added missing getters.

#story[820]
This commit is contained in:
alistairjmcintyre
2017-05-01 00:36:10 +12:00
parent 0b2ef3de00
commit b597f010dc
2 changed files with 34 additions and 9 deletions
@@ -136,6 +136,11 @@ public class StreamParser {
try {
db = dbf.newDocumentBuilder();
doc = db.parse(new InputSource(new StringReader(xmlMessage)));
if (xmlMessageSubType == 6) {
System.out.println(xmlMessage);
XMLParser x = new XMLParser();
XMLParser.RaceXMLObject y = x.createRaceXML(doc);
}
} catch (ParserConfigurationException|SAXException|IOException e) {
e.printStackTrace();
}