mirror of
https://github.com/michaelrausch/Party-Parrots-At-Sea.git
synced 2026-05-09 14:28:43 +00:00
Added some missing fields. Added missing getters.
#story[820]
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user